Skip to content

sergeik09/File_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2# File Format Converter

A simple GUI application for converting files between different formats. This application supports various image and data file format conversions.

Supported Conversions

Image Formats

  • PNG ↔ JPG/JPEG
  • PNG ↔ BMP
  • PNG ↔ GIF
  • JPG/JPEG ↔ BMP
  • JPG/JPEG ↔ GIF
  • BMP ↔ GIF

Data Formats

  • CSV ↔ JSON
  • CSV ↔ XLSX
  • JSON ↔ XLSX

Installation

  1. Clone this repository or download the files
  2. Create a virtual environment (recommended):
    python -m venv .venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. Run the application:
    python main.py
  2. Click "Browse" to select a file to convert
  3. Choose the target format from the dropdown menu
  4. Click "Convert" to start the conversion
  5. The converted file will be saved in the same directory as the source file

Features

  • Simple and intuitive user interface
  • Progress bar for conversion status
  • Error handling and user feedback
  • Support for multiple file formats
  • Automatic format detection

About

Simple python file converter. WIP.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages