Skip to content

conve-file is a versatile command-line tool designed to simplify the process of converting various file formats. It allows users to seamlessly transform data between different formats, including JSON, CSV, XML, XLSX, Word (DOCX), PDF, Text (TXT), YAML, ODT, EPUB, LaTeX, XLS, and ODS. Whether you need to convert structured data, documents etc

License

Notifications You must be signed in to change notification settings

zikani/conve-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conve File Converter

Conve File Converter is a versatile Python script that allows you to convert files between various formats. Whether you need to convert JSON to CSV, XML to JSON, or even PDF to text, Conve File Converter has you covered.

Features

  • Supports multiple input and output formats, including JSON, CSV, XML, XLSX, Word, PDF, HTML, EPUB, LaTeX, TXT, XLS, ODS, and more.
  • Simple command-line interface for easy file conversion.
  • No need to install additional software or libraries; Conve File handles everything internally.
  • Extensible architecture allows for adding new conversion formats easily.

Usage

To use Conve File Converter, follow these simple steps:

  1. Clone or download the Conve File repository to your local machine.

  2. Install the required Python libraries using pip install -r requirements.txt.

  3. Run the script with the following command:

    python conve.py

##EXAMPLE

python conve.py
Enter the input format: JSON
Enter the output format: CSV
Enter the path to the input file: input.json
Enter the path to the output file: output.csv

About

conve-file is a versatile command-line tool designed to simplify the process of converting various file formats. It allows users to seamlessly transform data between different formats, including JSON, CSV, XML, XLSX, Word (DOCX), PDF, Text (TXT), YAML, ODT, EPUB, LaTeX, XLS, and ODS. Whether you need to convert structured data, documents etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages