A program for displaying the latest data on cryptocurrency quotes via the CoinMarketCap API.
To use the program, it is recommended to use the virtual environment venv with subsequent installation of dependencies.
python3 -m venv venv
# For Linux/macOS/other POSIX system
source venv/bin/activate
# For Windows
venv\Scripts\activate.bat
pip install -r requirements.txt
To run the program, use (for full use, you also need to create and add an API key to the program code, as well as the server address according to this instruction):
python3 main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.