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

https://github.com/felipeclarindo/currency-converter-cli

Este é um conversor de moedas em Python que converte entre Euro, Dólar, Libra e Real. Com taxas de conversão pré-definidas, o programa exibe um menu para selecionar as moedas e o valor a ser convertido, apresentando o resultado. O banner de apresentação inclui o nome do desenvolvedor.
https://github.com/felipeclarindo/currency-converter-cli

api-interaction converter python python-converter software software-development

Last synced: about 1 year ago
JSON representation

Este é um conversor de moedas em Python que converte entre Euro, Dólar, Libra e Real. Com taxas de conversão pré-definidas, o programa exibe um menu para selecionar as moedas e o valor a ser convertido, apresentando o resultado. O banner de apresentação inclui o nome do desenvolvedor.

Awesome Lists containing this project

README

          

🌍 [Leia em Português](README.pt-BR.md)

# Currency Converter

A simple currency converter in Python that converts between Euro, Dollar, Pound and Real.

## Features

- Convert between Euro, Dollar, Pound and Real.
- Shows the current conversion rate.

## Steps to install and run

1. Clone the repository:

```bash
git clone https://github.com/felipeclarindo/currency-converter-cli.git
```

2. Enter directory:

```bash
cd currency-converter-cli
```

3. Create the `Virtual Environment`:

```bash
python -m venv .venv
```

4. Activate the `Virtual Environment` running the file `.bat` located in `.venv/Scripts/activate.bat`.

5. Install dependencies:

```bash
pip install -r requirements.txt
```

6. Run the application:

```bash
python main.py
```

7. Follow the instructions on the console to interact with the converter.

## Contribution

Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.

## Author

**Felipe Clarindo**

- [LinkedIn](https://www.linkedin.com/in/felipeclarindo)
- [Instagram](https://www.instagram.com/lipethecoder)
- [GitHub](https://github.com/felipeclarindo)

## License

This project is licensed under the [GNU Affero License](https://www.gnu.org/licenses/agpl-3.0.html).