File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Gettin File and Folder sizes
Getting Files and Folders sizes Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # This is a script that getting file and folders sizes
2+
3+ ### Its use argparse module to write user-friendly command-line interfaces.
4+
5+ ### also use OS module to provides functions for interacting with the operating system.
6+
7+ ### How we can use it?
8+
9+ ##### python3 GettingSizes.py --help
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ When you Add a project Add it to the README for ease of finding it
7272
7373* [ Image Grayscalling] ( https://github.com/larymak/Python-project-Scripts/tree/main/Image%20Grayscalling )
7474
75+ * [ Gettin Files and Folders sizes] ( https://github.com/Saeedahmadi7714/Python-project-Scripts/tree/main/Gettin%20File%20and%20Folder%20sizes )
76+
7577_ more coming soon_
7678
7779_ contributions are welcomed, fork the repo and do the magic_
You can’t perform that action at this time.
0 commit comments