https://github.com/al-ghaly/python-backup
Python script to backup all Python codes in your device.
https://github.com/al-ghaly/python-backup
python-script
Last synced: 9 months ago
JSON representation
Python script to backup all Python codes in your device.
- Host: GitHub
- URL: https://github.com/al-ghaly/python-backup
- Owner: al-ghaly
- License: mit
- Created: 2023-05-28T19:38:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T09:26:13.000Z (over 2 years ago)
- Last Synced: 2025-03-15T17:12:31.928Z (12 months ago)
- Topics: python-script
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python-BackUp
### Python script to backup all Python codes in your device.
```python
driver1 = 'D:'
driver2 = 'E:'
save_to = r'C:\Users\mohamed alghaly\Downloads\Music'
```
> Change the drivers' names and the destination path to your own preferences.