Releases: tilltmk/DataOptimizer
Releases · tilltmk/DataOptimizer
Initial Release v1.0🚀
Release Notes: DataOptimizer v1.0
I am excited to announce the first release of DataOptimizer, a comprehensive tool for managing and optimizing your file system. This initial release includes a variety of features designed to streamline your file management tasks and enhance productivity.
New Features ✨
- Create Folders: Effortlessly create multiple folders from a list of folder names, saving time and reducing manual effort.
- Remove Duplicates: Detect and remove duplicate files using multiple methods, including:
- Hash Comparison: Identify duplicates based on file content.
- Size Comparison: Find duplicates based on file size.
- Name Comparison: Detect duplicates with identical names.
- Date Comparison: Identify duplicates based on modification dates.
- Analyze File Sizes: Scan directories to analyze and visualize file sizes, helping you identify large files and optimize storage.
- Merge Similar Folders: Automatically find and merge folders with similar structures to declutter and organize your file system.
Improvements 🛠️
- User Interface: Enhanced UI using
customtkinter
for a modern look and feel. - Performance: Optimized algorithms for faster scanning and file operations.
- Usability: Added progress bars and status messages to keep you informed during long operations.
Bug Fixes 🐛
- Resolved various UI glitches to improve user experience.
- Fixed issues related to file permissions and directory access.
Known Issues ⚠️
- Some large directories may take longer to scan and process.
- Limited support for non-ASCII file names.
Getting Started 📦
To start using DataOptimizer, follow these steps:
-
Clone the Repository:
git clone https://github.com/tilltmk/DataOptimizer.git cd DataOptimizer
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Application:
python main.py
Screenshots 📸
- Create Folders: Quickly generate folder structures.
- Remove Duplicates: Clean up your file system by eliminating duplicate files.
- Analyze File Sizes: Gain insights into your file storage.
- Merge Similar Folders: Organize and consolidate your directories.
Feedback and Contributions 🤝
I appreciate your feedback and contributions! If you encounter any issues or have suggestions for improvements, please open an issue on GitHub. Contributions via pull requests are also welcome.
Contact 📧
For support or inquiries, please contact [email protected].
Thank you for using DataOptimizer! I hope this tool enhances your file management experience.