https://github.com/ionut767/simple-file-convertor
Need A FAST file convertor? Are you annoyed by the ads on EVERY SINGLE FILE CONVERTOR WEBSITE? Try this code, it might help you!
https://github.com/ionut767/simple-file-convertor
fileconversion pil python shortcode
Last synced: 16 days ago
JSON representation
Need A FAST file convertor? Are you annoyed by the ads on EVERY SINGLE FILE CONVERTOR WEBSITE? Try this code, it might help you!
- Host: GitHub
- URL: https://github.com/ionut767/simple-file-convertor
- Owner: Ionut767
- Created: 2024-03-15T09:25:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T09:29:52.000Z (over 1 year ago)
- Last Synced: 2025-01-17T01:47:03.760Z (9 months ago)
- Topics: fileconversion, pil, python, shortcode
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌟 Minimalist Bulk File Converter 🌟
This script allows you to convert multiple files of a certain type to another type in a specified directory. It's like magic! 🎩🐇
## 📋 Requirements
- Python 3.x 🐍
- PIL (Python Imaging Library) 🖼️## 🚀 Usage
1. Run the script: `python3 converter.py`
2. Enter the path of the directory containing the files you want to convert.
3. Select the type of files you want to convert from the provided list.
4. Select the type of files you want to convert to from the provided list.## 📝 Notes
- The script checks if the directory exists and if it has the necessary permissions.
- The script warns you if the conversion may result in loss of quality or corrupted files.
- The script does not convert to the same file type.## ⚠️ Disclaimer
Use this script at your own risk. Always make sure to have a backup of your files before running the script. Safety first! 🛡️