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)