FileGrid is meant to be a file organizer for my extremely messy and uncategorized Downloads directory.
I wanted it to sort and format all the files in my Downloads folder. Most importantly, my osu! files, videos, documents (.pdf) and images as well.
It uses PyQt6 along with the QtDarkTheme for a nice ui that I would enjoy using
- Clone the repository:
git clone https://github.com/kashsuks/FileGrid
- Go into directory:
cd FileGrid
Make sure you have the pip package manager as well as Python 3.8+ installed
- Install dependencies:
pip install -r requirements.txt
- Run!
python main.py
In order to install FileGrid, head over to the releases page and click on the latest release. After that, download the binary for whichever Operating System you use.
Double click on the executable file and it will run!
Double click on the executable file and it will run!