https://github.com/denoyey/fileconversiontools
FileConversionTools is a simple and efficient tool that helps you convert files between various formats. It streamlines the process of transforming data, making it easier to manage and work with different file types.
https://github.com/denoyey/fileconversiontools
convert csv-to-excel csv-to-json excel-to-csv file json-to-csv python python-script tools
Last synced: 11 months ago
JSON representation
FileConversionTools is a simple and efficient tool that helps you convert files between various formats. It streamlines the process of transforming data, making it easier to manage and work with different file types.
- Host: GitHub
- URL: https://github.com/denoyey/fileconversiontools
- Owner: denoyey
- Created: 2025-04-06T14:45:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T15:15:11.000Z (11 months ago)
- Last Synced: 2025-04-06T15:39:17.688Z (11 months ago)
- Topics: convert, csv-to-excel, csv-to-json, excel-to-csv, file, json-to-csv, python, python-script, tools
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📄 FileConversionTools
FileConversionTools is a simple and efficient tool that helps you convert files between various formats. It streamlines the process of transforming data, making it easier to manage and work with different file types.
## 🛠️ Features
- CSV to EXCEL
- JSON to CSV
- EXCEL to CSV
- CSV o JSON
## 📸 Screenshot

## ⚙️ Installation
#### STEP 1
```sh
git clone https://github.com/denoyey/FileConversionTools.git
```
#### STEP 2
```sh
cd FileConversionTools
```
## 🔥 Usage
To use FileConversionTools, run the following command:
```sh
python convert.py
```
> OR
```sh
python3 convert.py
```
