Kirtimaanwani / currency-convert-GUI

gives current currency conversion in GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currency-convert-GUI

gives current currency convertor in GUI

Steps:

In local directory terminal

git clone https://github.com/Kirtimaanwani/currency-convert-GUI.git
cd currency-convert-GUI

1

Creating conda environment

conda create -p venv python==3.8 -y
conda activate venv/

If already environment exists

conda activate venv/

Next

pip install -r requirements.txt

Run files in terminal

python run_this_first_to_get_latest_exchange_rates.py
python main.py

OR

2

bash start_GUI.sh

About

gives current currency conversion in GUI


Languages

Language:Python 88.0%Language:Shell 12.0%