Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yassine-aa/currency-converter
This is a simple GUI app built with python that lets you convert currency!
https://github.com/yassine-aa/currency-converter
Last synced: 15 days ago
JSON representation
This is a simple GUI app built with python that lets you convert currency!
- Host: GitHub
- URL: https://github.com/yassine-aa/currency-converter
- Owner: YASSINE-AA
- Created: 2020-05-24T13:45:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T20:12:23.000Z (about 2 years ago)
- Last Synced: 2023-12-10T22:34:51.490Z (about 1 year ago)
- Language: Python
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# currency-converter
This is a simple GUI app built with python that lets you convert currency!### Screenshot
![](screenshot2.png)
### Setting it up:
Since this app gets the current exchange rates from the web, you will need to install BeautifulSoup.If you're on windows:
```
pip install python-bs4
```If you're on linux or mac:
```
pip3 install python-bs4
```
Happy Coding!