mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
.. | ||
CryptoConverter.py | ||
MainWindow.py | ||
README.md | ||
requirements.txt |
Cryptocurrency Converter
A simple GUI of a cryptocurrency converter implemented in Python using PyQt. The UI was designed using Qt Creator.
Requirement
Python 3.xx PyQt5 requests
Usage
To start converting your cryptocurrency to USD, EUR, or other cryptocurrencies type:
$ virtualenv crypto-env
$ source crypto-env/bin/activate
$ pip3 install -r requirements.txt
$ python CryptoConverter.py
ENJOY 🤩