Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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!