Skip to main content

A suite of automation tools for various tasks.

Project description

Excel to CSV Converter The Excel to CSV Converter is a Python script that allows you to convert Excel files (.xlsx) into CSV (Comma-Separated Values) format. It provides a graphical user interface (GUI) built with Tkinter for easy file selection and conversion.

Features Convert multiple Excel files into CSV format simultaneously. Graphical user interface (GUI) for intuitive operation. Displays sheet names of loaded Excel files. Handles error cases gracefully with informative error messages. Dependencies Python 3.x openpyxl (Python library for reading and writing Excel files) Installation Make sure you have Python 3.x installed on your system. If not, download and install it from python.org. Install the required Python library using pip: pip install openpyxl Usage Clone the repository or download the source code. Navigate to the project directory in your terminal. Run the script using Python: python excel_to_csv_converter.py Click on "Load XLSX Files" to select one or more Excel files (.xlsx) you want to convert. Click on "Select Output Directory" to choose the directory where you want to save the converted CSV files. Click on "Convert to CSV" to start the conversion process. Once the conversion is complete, the script will display the number of CSV files generated. Examples

Example usage of the ExcelToCsvConverter class

import tkinter as tk from excel_to_csv_converter import ExcelToCsvConverter

root = tk.Tk() app = ExcelToCsvConverter(root) root.mainloop() How to Contribute Contributions to improve Excel to CSV Converter are welcome! Here's how you can contribute:

Fork the repository. Make your changes and enhancements. Submit a pull request with a clear description of your changes. License This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

automation_tools-1.0.1.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

automation_tools-1.0.1-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

Details for the file automation_tools-1.0.1.tar.gz.

File metadata

  • Download URL: automation_tools-1.0.1.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.0

File hashes

Hashes for automation_tools-1.0.1.tar.gz
Algorithm Hash digest
SHA256 4b9dedd9f4591eb380f2cb0550324eb233c8a669bf25a6a95afce56989c9682e
MD5 9008feae453d22483923be51d9f971ae
BLAKE2b-256 86913ef94752f8cdb4cf3f306540aa30d331fa4b7089f2f5946b36d21f8a7209

See more details on using hashes here.

File details

Details for the file automation_tools-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for automation_tools-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 430527b20c3d6665bfbbd25c85f5531be870441ade57bbe128701deea9bead20
MD5 77d06c4bb8d43b94ea5fe779bea7ccc4
BLAKE2b-256 1532aa41b1adc42a1c7caff7b0514d615fa5320e7acf95a5e02b07fc9ae0e47a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page