CurrencyFlow is a simple currency converter developed in Python using the Flet framework. The application allows you to convert values between different currencies quickly and intuitively.
-
Python
-
Flet
- Clone the repository:
git clone https://github.com/PHCavalcante/CurrencyFlow.git
- Navigate to the project directory:
cd CurrencyFlow
- Create a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install the dependencies:
pip install -r requirements.txt
After installing the dependencies, run the main.py
file to start the application:
python main.py
This project is licensed under the MIT License. See the LICENSE file for more details.