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.
- Host: GitHub
- URL: https://github.com/felipeclarindo/currency-converter-cli
- Owner: felipeclarindo
- License: agpl-3.0
- Created: 2024-02-22T05:09:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T03:40:20.000Z (about 1 year ago)
- Last Synced: 2025-04-25T04:31:56.992Z (about 1 year ago)
- Topics: api-interaction, converter, python, python-converter, software, software-development
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).