Skip to content

ParagD25/Currency_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency_Converter

Creating Mobile Application📱 using Kivy Library

Overview ℹ️:

  • In this script one can convert different type of Currencies to Indian Rupees (INR).
  • This Script also have a log in screen.
  • Person's credentials are saved in a .json file.
  • If a person does not have an account, he/she can create an account using sign up button.
  • In case someone forgets there password, they can use Forgot Password feature.

Library Used 📋:

  • Kivy
  • How To Use 🖥️:

    • 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

    Screenshots 📸:

    Login Screen :

    Default Login Screen

    default_login_screen

    Entering wrong username/password

    wrong_password

    Logged In Screen :

    Default Logged In Screen

    default_logged_in_screen

    Different types Of Currencies

    currency_type

    Coverting To INR

    covert_to_inr

    Forgot Password :

    Default Forgot Password Screen

    default_forgot_password_screen

    Entering Wrong Username

    wrong_username

    Entering Correct Username

    correct_username

    Sign Up :

    Default Sign Up Screen

    default_sign_up_screen

    Successfully Signed Up Screen

    sign_up_successful

    Contributing ©️:

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

    About

    Creating Mobile Application📱 using Kivy Library

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages