Table of Contents
Personally, I've always been too lazy to organize the various files on my computer (school assignments, various projects, etc.), which leads to a lot of time when trying to find a particular file (and not always finding it). Although at the beginning of this year I was well organized with all the new files, the old ones were still very cluttered. It just so happened that one of the digital technology assessments this year was to create a software, so based on this current situation, I decided to work on this app.
- Automatic sorting of files by specific rules (supports customized rules)
- Snapshots that enable files to be restored to their original state at any time
To use this app, you can either download the portable version from Releases or build it according to the following steps.
Make sure you have python 64-bit installed on your computer
- Clone the repo
git clone https://github.com/Pitiedwzr/FileArchiver
- Install packages
pip install -r requirements.txt
- Use
FileArchiver.py
to run the main program
-
Connect CategoriesFiles function to gui -
Package code into exe with GitHub Action -
Snapshot - Internalization (i18n)
-
Tidy up naming - Refactor
- Support documents
See the Backlog for more information.
Distributed under the LGPL License. See LICENSE.txt
for more information.