Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.12 KB

README.md

File metadata and controls

67 lines (45 loc) · 2.12 KB

logo


Python HTML5 CSS3

📋 Table of Contents

  1. 🤔 What is this CurrencyConvertor?
  2. 🔨 Installation
  3. 🚀 Getting Started
  4. 👨‍💻 Build
  5. ©️ License
  6. ❤️ 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 :

Python

Install pip for virtual environment management: https://pip.pypa.io/en/stable/getting-started/

  • Clone the repo and cd into the directory:
$ git clone git@github.com: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 ?