Features · Project Tree · A Feedback ?
Another school project that I put a lot of effort into, my cousin was using Tkinter and an API.
I thought of this trading interface, where you can view the price of some crypto and convert with the price in real time, or imagine the gains or losses if you had invested in a certain crypto on a certain date.
The limitations of this project are that the data is loaded at the start of the program for quick viewing, and that for the information of a particular day it must be a date less than 1000 days ago.
Manages the following cryptocurrencies :
- BTC - Bitcoin
- ETH - Ethereum
- XRP - Ripple
- LTC - Litecoin
- SHIB - Shiba
And the following fiat currencies :
- USD - Dollar
- EUR - Euro
- JPY - Yen
- GPB - Pound Streling
📁 cryptocurrencies_prices
├─📄 .gitattributes
├─📁 assets
│ ├─📄 exemple.gif
│ ├─📄 icon.ico
│ ├─📄 icon.svg
│ ├─📄 update.png
│ ├─📄 wait.ico
│ └─📄 wait_animation.gif
├─📄 Cryptocurrencies Prices.exe
├─📄 cryptocurrencies_prices.zip
├─📄 desktop.ini
├─📄 evolution_value_cryptocurrencies.py
├─📄 presentation.pptx
├─📄 README.md
├─📄 README.txt
└─📁 scripts
├─📄 cryptocurrencies_prices.py
├─📄 date_verification.py
├─📄 find_peaks.py
├─📄 graph.py
├─📄 loading_window.py
├─📄 lower_right_area.py
├─📄 main.py
└─📄 scrolling_menus.py
If you have any feedback for me, you can contact me on flavien.bouleau@free.fr !