An open API service indexing awesome lists of open source software.

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.

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.