Metadata-Version: 2.1
Name: CryptoTracker
Version: 0.1.2
Summary: A simple GUI application to track cryptocurrency projects.
Home-page: https://github.com/DanFrolov
Download-URL: https://github.com/DanFrolov/crypto_tracker/archive/refs/tags/v01.1.1.zip
Author: DanF
License: MIT
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
License-File: LICENSE
Requires-Dist: pandas

# 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.
