A simple currency converter in Python that converts between Euro, Dollar, Pound and Real.
- Convert between Euro, Dollar, Pound and Real.
- Shows the current conversion rate.
- Clone the repository:
git clone https://github.com/felipeclarindo/currency-converter-cli.git- Enter directory:
cd currency-converter-cli- Create the
Virtual Environment:
python -m venv .venv-
Activate the
Virtual Environmentrunning the file.batlocated in.venv/Scripts/activate.bat. -
Install dependencies:
pip install -r requirements.txt- Run the application:
python main.py- Follow the instructions on the console to interact with the converter.
Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.
Felipe Clarindo
This project is licensed under the GNU Affero License.