|
1 | 1 | # Automatic File Mover
|
2 | 2 |
|
3 | | -Lorem ipsum lorem ipsum lorem ipsum... |
| 3 | +- This is a small program that automatically moves and sorts files from chosen source to destination. It uses [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) to create a minimal GUI for the user. |
| 4 | +- Original project: [Automatic File Sorter](https://github.com/Kreateer/automatic-file-sorter) |
| 5 | + |
| 6 | +## How to Use |
| 7 | + |
| 8 | +- Install the dependencies ([PySimpleGUi](https://github.com/PySimpleGUI/PySimpleGUI)), which are found in `requirements.txt` |
| 9 | +- Run the script or create an executable version by using [PyInstaller](https://www.pyinstaller.org/) |
| 10 | +- When asked, choose source and destination folder to move/copy files |
| 11 | +- Choose whether to sort by file type or not |
| 12 | +- Click 'Ok' to move/copy files and sort them (if option is enabled) |
0 commit comments