ossdaiict / Intranet_Sync

Python Script to scrape and synchronize entire directories from Intranet
MIT License
0 stars 0 forks source link

Add GUI #1

Open meet59patel opened 4 years ago

meet59patel commented 4 years ago

Add GUI which has text input fields to input Intranet URLs.

There are multiple options for GUI: Tkinter, Kivy, PyQt etc. Window should contain:

0vj commented 4 years ago

May I start working on this ?

meet59patel commented 4 years ago

Yes, absolutely.

0vj commented 4 years ago

sorry i shouldent make gui for this project

Niraj-Kamdar commented 4 years ago

I was making this project but because of other commitments i have stopped working on it. I have made gui in Kivy. There are some gui bugs in it but i guess cli version is working fine.Checkout my repo. I hope it may help you. You should consider switching to pyqt for gui because other frameworks are kind of toyish.

meet59patel commented 4 years ago

@Niraj-Kamdar Nice work. Thanks for the heads up.