- π€ What is this CurrencyConvertor?
- π¨ Installation
- π Getting Started
- π¨βπ» Build
- Β©οΈ License
- β€οΈ Contributors
A desktop application build on top of a Python Eel framework, web scrapping script to extract data using foreign exchange rates API. The front end is designed in HTML CSS .
To install this project, you will need to have on your machine :
Install pip for virtual environment management: https://pip.pypa.io/en/stable/getting-started/
- Clone the repo and cd into the directory:
$ git clone [email protected]:raghav1010/CurrencyConverterDesktopApp.git
$ cd CurrencyConverterDesktopApp
- Setup virtualenv and install requirements:
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
- Run the app
$ python3 cur.py
You can pass any valid pyinstaller
flag in the following command to further customize the way your app is built.
$ python3 -m eel cur.py web --noconsole --onefile --icon=static/icon.icns
This project is licensed under the MIT License.
There is no contributor yet. Want to be the first ?