Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.33 KB

Currency Converter

Python Poetry

This project is a currency converter class built in Python to converts from one currency to another.

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/alxporto/currency-converter.git
  1. Install Python
  2. Install the VS Code Python Extension

Usage

  1. In the terminal, change to the directory currency_converter and run the application with the following command:
python currency_converter.py

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request to the repository.

When contributing to this project, please follow the existing code style, commit conventions, and submit your changes in a separate branch.