A simple Python practice script that creates a Backup folder on your Desktop, manages a notes.txt file, and cleans it up if you choose.
- Automatically detects the current user's Desktop
- Creates a Backupfolder if it doesn’t exist
- Adds a notes.txtfile with “Backup Initialized”
- Renames it to notes_old.txt
- Optionally deletes the file and removes the folder when empty
- Clone or download the repository
- Run the script:
python practice.py