Python Forum
Git clone all of a Github user's public repositories (download all repositories) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Git clone all of a Github user's public repositories (download all repositories) (/thread-19336.html)

Pages: 1 2 3 4


RE: Git clone all of a Github user's public repositories (download all repositories) - Axel_Erfurt - Aug-10-2019

Based on your script I've created a GUI with PyQt5 where you can select the repos to download.

https://github.com/Axel-Erfurt/myGitClone

[Image: myGitClone.png?raw=1]


RE: Git clone all of a Github user's public repositories (download all repositories) - rootVIII - Aug-10-2019

Hey Axel that's really neat! One funny thing is that we also both made a GUI youtube downloader haha.

I have only tried making GUIs with Tkinter. I once tried PyQT but had some issues. I was trying to use the drag and drop editor that opens in a separately running program on Ubuntu (if I remember correctly). Do you use that same editor or do you just code it?? Pretty cool man.