Skip to content

A simple currency converter built with Python and Flet

License

Notifications You must be signed in to change notification settings

PHCavalcante/CurrencyFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub License Static Badge Static Badge

CurrencyFlow

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.

Technologies Used

  • Python

  • Flet

Installation

  1. Clone the repository:
git clone https://github.com/PHCavalcante/CurrencyFlow.git
  1. Navigate to the project directory:
cd CurrencyFlow
  1. Create a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
  1. Install the dependencies:
pip install -r requirements.txt

How to Run

After installing the dependencies, run the main.py file to start the application:

python main.py

License

This project is licensed under the MIT License. See the LICENSE file for more details.