Mir war wieder einmal langweilig, da hab ich pyGet komplett überarbeitet. Jetzt gefällts mir viel besser, jedoch hab ich den Resume-Support noch nicht integriert. Ich glaube die Trennung von GUI und Code ist mir besser gelungen als in der ersten Version.
Features:
- Console, Tk, Wx GUI (mit -g <gui>)
- Parts einstellbar (mit -p <parts>)
- URL kann man nur noch per Commandline übergeben, nicht mehr per GUI
Screenshot:



Download:
main.py
tkgui.py Wird nur bei "-g tk" gebraucht
wxgui.py Wird nur bei "-g wx" gebraucht
Usage:
Code: Alles auswählen
main.py [options] url
options:
-h, --help show this help message and exit
-g GUI, --gui=GUI GUI to use: console=Console GUI, wx=wxPython GUI,
tk=Tkinter GUI
-p PARTS, --parts=PARTS
Partcount for downloading
Gruss