Skip to content

harakki/uni-ep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrency Quotes

A program for displaying the latest data on cryptocurrency quotes via the CoinMarketCap API.

Installation

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

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages