Skip to content

πŸ’°πŸ’΅ A web application build on top of a Python web scrapping script to extract data using foreign exchange rates API. The front end is designed in HTML CSS πŸ€‘πŸ’Ά

Notifications You must be signed in to change notification settings

raghav1010/CurrencyConverterDesktopApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 ?

About

πŸ’°πŸ’΅ A web application build on top of a Python web scrapping script to extract data using foreign exchange rates API. The front end is designed in HTML CSS πŸ€‘πŸ’Ά

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published