Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sauberr/currency-exchange

Simple currency exchange UAH to USD, EUR and PLN
https://github.com/sauberr/currency-exchange

python

Last synced: 27 days ago
JSON representation

Simple currency exchange UAH to USD, EUR and PLN

Awesome Lists containing this project

README

        

# Currency Exchange

This Python project is a lightweight currency converter that lets you instantly exchange Ukrainian ₴ to $ , €, and zł. Leveraging the power of bs4 and requests, it fetches live exchange rates directly from Google Currency, ensuring accurate and up-to-the-minute conversions. Perfect for quick calculations on the go, this simple yet effective tool showcases the practical application of web scraping and currency conversion in Python.

#### Stack:

- [Python](https://www.python.org/downloads/)

## Local Developing

All actions should be executed from the source directory of the project and only after installing all requirements.

1. Firstly, create and activate a new virtual environment:
```bash
python3.11 -m venv ../venv
source ../venv/bin/activate
```

2. Install packages:
```bash
pip install --upgrade pip
pip install -r requirements.txt
```

## License

This project uses the [MIT] license(https://github.com/Sauberr/currency-exchange/blob/main/LICENSE)