The purpose of this app is to track the amount of available space in the current directory.
Make sure you have Python installed in your system.
- For Windows (Make sure python is added to your
PATH
):- Run
python ./disk_usage.py
in the folder with the python file.
- Run
- For Linux/Unix/Mac:
- Run
python3 ./disk_usage.py
- Run
Check out my profile at Dutta-SD