Metadata-Version: 2.1
Name: CryptoTracker
Version: 0.1.0
Summary: A simple GUI application to track cryptocurrency projects.
Author: DanF
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: tkinter

# CryptoTracker

## Description
CryptoTracker is a simple GUI application to track cryptocurrency projects including links, deadlines, market caps, Twitter, and Discord information.

## Installation

### Prerequisites
You need Python 3.7 or above to run this application.

### Steps
1. Clone the repository:

2. Navigate to the project directory:
    cd crypto_tracker

4. Install the package:
   pip install .

5. ## Usage
Run the application:

python -m tracker.app

## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
