Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.24 KB

File metadata and controls

62 lines (38 loc) · 1.24 KB

🌍 Leia em Português

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:
git clone https://github.com/felipeclarindo/currency-converter-cli.git
  1. Enter directory:
cd currency-converter-cli
  1. Create the Virtual Environment:
python -m venv .venv
  1. Activate the Virtual Environment running the file .bat located in .venv/Scripts/activate.bat.

  2. Install dependencies:

pip install -r requirements.txt
  1. Run the application:
python main.py
  1. 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

License

This project is licensed under the GNU Affero License.