Simply customizable desktop app that allows you to check multiple currencies values in one window (now only from Kucoin and TradeOrge).
- Install Python 3 from https://python.org. **On first installer page set "Add Python to PATH" flag!!! **
Check Python 3 installed. Open console and printpython --version
. The andwer should be likePython 3.7.3
. - Open console and print:
pip install requests pyqt5 python-kucoin pyinstaller
pyinstaller --onedir --noconsole /path/to/main.py
- Now build contains in folder
/path/to/dist/main/
. You can run CryptoChecker bymain.exe
file.
-
Run terminal and print:
-
sudo apt-get install python3
-
sudo pip3 install requests pyqt5 python-kucoin pyinstaller
-
pyinstaller --onedir --noconsole /path/to/main.py
-
Now build contains in folder
/path/to/dist/main/
. You can run CryptoChecker bymain.exe
file.
When you run app first it create settings.json
file in main directory. You can change this config to setting CryptoChecker.
To start, go to KuCoin and get API Keys. Put it into settings.json
:
"api_key": "YOUR API KEY",
"api_passphrase": "YOUR API PASSPHRASE",
"api_secret": "YOUR API SECRET"
"autoupdate": false,
- true
or false
. Pairs autoupdate option.
"opacity": 100,
- from 0 to 100. Make window transparent.
"orders": true,
- true
or false
. Show orders.
"pin": false,
- true
or false
. Pin window on top of all windows.
"update_time": 10
- true
or false
. Time to wait before new update.