Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.08 KB

File metadata and controls

23 lines (18 loc) · 1.08 KB

PyBackup

A backup app made using Python

PyBackup is a free app I made for automatic backups of files.
I originally made this app because I didn't want to pay for a backup app,
and I felt it would be an interesting first public app to make.

Download

You can either download it from my website, the releases section of this repo,
or you can just download the source code and install the dependencies yourself.
I suggest the releases section of this repo or the website.

Warning

This is the first app that I've made, so I am sure there is some bug that
I haven't found that could cause a problem. Use my app at your own risk!

Bugs

Please report all bugs to the issues section of this repo!

Some thanks

Thanks to the developers of Python!
Thanks to the developers of shutil, tkinter, calendar, time, and datetime!
Without these Python libraries my app most likely wouldn't exist!