-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
π― Issue Description
Show users statistics about what was organized - how many files, total size, etc.
π What You'll Learn
- File system operations
- Data aggregation
- String formatting
π Tasks
- Count files in each category
- Calculate total size of files moved
- Show size in human-readable format (KB, MB, GB)
- Display summary at the end
- Add option to show detailed statistics
π οΈ Files to Modify
py_sort.py
π‘ Hints
- Use
os.path.getsize()to get file sizes - Create helper function to format bytes
- Show statistics after all files are processed
π§ͺ Testing
python py_sort.py ~/Downloadsπ Resources
β Questions?
Feel free to ask questions in the comments or start a discussion!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed