2# File Format Converter
A simple GUI application for converting files between different formats. This application supports various image and data file format conversions.
- PNG ↔ JPG/JPEG
- PNG ↔ BMP
- PNG ↔ GIF
- JPG/JPEG ↔ BMP
- JPG/JPEG ↔ GIF
- BMP ↔ GIF
- CSV ↔ JSON
- CSV ↔ XLSX
- JSON ↔ XLSX
- Clone this repository or download the files
- Create a virtual environment (recommended):
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Click "Browse" to select a file to convert
- Choose the target format from the dropdown menu
- Click "Convert" to start the conversion
- The converted file will be saved in the same directory as the source file
- Simple and intuitive user interface
- Progress bar for conversion status
- Error handling and user feedback
- Support for multiple file formats
- Automatic format detection