A desktop app that gives you stats about a specific folder and its files/subfolders
WIMyFo = What In My Folder
It is a project I've had in mind for a long time, but also challenge from "le P." (@PierreHvrd).
Each of us had to create it on our own under 9 days.
Check out his version here
- allow user to select the folder he want to analyse
- give number of files of each type
- give total number of files and subfolders
- give occupied space by each type of file
- give occupied space for each direct subfolder
- give total occupied space by the folder
- show statistics in a user-friendly way
Modules : Tkinter + ttkbootstrap (The theme by default is "Superhero"), os, datetime
git clone
the project
To launch the Graphical App run the src/gui.py
script
or run the src/wimyfo.py
srcipt with the option --gui
or -g
example :
$ git clone https://github.com/Axxiar/WIMyFo.git
$ python ./src/wimyfo.py --gui
- 🗝️ allow user to select the folder to analyse
- 🗝️ give number of files of each type
- 🗝️ give total number of files and subfolders
- 🗝️ give occupied space by each type of file
- 🗝️ give occupied space for each direct subfolder
- 🗝️ give total occupied space by the folder
- 🗝️ show everything in a graphical interface
- 🔥 navigation system amongst folders
-
random colors for progressbars - 🔥 posibility to change the theme
- 🔥 option for hidden folders too
- 🔥 add possibility to execute in command line without graphical interface
- ❓ make the program an importable module
- ❓ optimizing navigation
🗝️: key feature
🔥: cool extra feature idea
❓: extra feature idea (wil probably not be added or at least not soon)