Creating Mobile Application📱 using Kivy Library
- In this script one can convert different type of Currencies to Indian Rupees (INR).
- This Script also have a
log inscreen. - Person's credentials are saved in a
.jsonfile. - If a person does not have an account, he/she can create an account using
sign upbutton. - In case someone forgets there password, they can use
Forgot Passwordfeature.
-
Clone this repository
git clone https://github.com/ParagD25/Currency_Converter -
Go into the repository
cd Currency_Converter -
Remove current origin repository
git remote remove origin -
Create new virtual python environment
python3 -m venv venv -
Activate virtual python environment
source venv/bin/activate -
Install all the library mentioned above using
pip install -
Run Python file
python main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.









