Crypto Currency is a GUI application written in Python that allows users to track and analyze cryptocurrency prices in real-time.
- Crypto Currency
- Demonstration
- Features
- Installation
- Dependencies
- Project Structure
- Documentation
- License
- Author
- Contributing
- Contact
- Display current cryptocurrency prices
- Price charts for various time periods (24 hours, 7 days, 30 days, 90 days, 1 year, all time)
- Market capitalization and trading volume information
- Cryptocurrency search functionality
- Dark and light interface modes
- Links to cryptocurrency social media
- Brief description of each cryptocurrency
- Detailed graph
- Clone the repository:
git clone https://github.com/mykolamysak/CryptoCurrency.git
- Navigate to the project directory:
cd CryptoCurrency
- Install the required dependencies:
pip install -r requirements.txt
- Start the program
python main.py
- requests = 2.32.3
- aiohttp = 3.9.5
- customtkinter = 5.2.2
- mplcursors = 0.5.3
- matplotlib = 3.9.1
- pillow = 10.4.0
main.py
: Main application filesrc/img/
: Directory with images for the interfaceunittests/
: Directory with Unit Testsrequirements.txt
: File listing project dependencies
CoinGecko API Documentation
CustomTkinter Documentation
This project is distributed under the MIT License. See the LICENSE
file for more details.
© Mykola Mysak
Watch other projects on my GitHub.
Contributions are welcome!
Please feel free to submit a Pull Request.
If you have any questions or suggestions, please contact me via GitHub.