The CSV to Excel Converter is a Python-based tool that allows users to easily convert CSV files into Excel files (.xlsx) with a graphical user interface (GUI). This project uses the pandas library for reading and writing CSV and Excel files and tkinter for creating the GUI. It is a simple, user-friendly solution for batch processing CSV data and saving it in Excel format.
tkinter.index=False).Before running the application, make sure you have the following installed:
You can install the required dependencies using pip:
pip install pandas openpyxl
git clone https://github.com/soypremshandilya/CSV-To-Excel-Converter.git
cd CSV-To-Excel-Converter
pip install pandas openpyxl
python csv_to_excel.py
csv_to_excel.py.CSV-To-Excel-Converter/
│
├── csv_to_excel.py # Main Python script for CSV to Excel conversion
├── README.md # This README file
Give path to the CSV File or Choose the file directly
Choose the location, where you want the new Excel file to be saved.
Saved Excel File

Contributions are welcome! If you have suggestions for improvements or have encountered any issues, feel free to fork the repository, create a branch, and submit a pull request.
pandas for handling CSV and Excel files.tkinter for creating the GUI.openpyxl for writing Excel files in .xlsx format.