Python Forum

Full Version: a GUI for rsync
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys
just done with my first opensource python project, its a GUI for rsync.
it will be nice if you guys check it on git:
https://github.com/itay-bardugo/prsync

feel free to contact me about it, open issues, create some pull request, add features ideas.
i think it can be a very useful program!

after installing the package from pypi, you can type in your CLI "prsync" (without quotes), to run the program.

i checked it only on windows, i know that there are some visual bugs on mac.

feel free to share your minds with me, and i hope it will serve you as its serves me :)
Hmm, I know Luckybackup, how does your program compare to it (besides being written in Python)?
(Nov-25-2018, 07:52 PM)Gribouillis Wrote: [ -> ]Hmm, I know Luckybackup, how does your program compare to it (besides being written in Python)?

i dont know Luckybackup.
just wrote this program for my own usage, and thought it can be nice for sharing