PyWebGUI - A Graphical User Interface for Filesharing Applications via HTTP

 
About

PyWebGUI shall get a unique GUI for several Filesharing Protocols, used in Py2Peer.
But in addition, we are planning to make this GUI avaiable for the standard edonkey core, so you will be avaiable to control py2peer or edonkey from everywhere on the net, with a nice interface.

PyWebGUI will bring it's own HTTPServer within, which is based on the CGIHTTPServer interface which comes along with standard Python. The GUI itself will be based on python cgi-scripting, so you can choose to let it run on your normal WebServer like Apache or whatever.

Because it will be based on HTML-Templates, you will be able to make your own skins in your own language.

 
Status

At the moment we are implementing the base code.

 
ToDo
  • Adding eDonkey Core Interface Protocol
  • Doing Interface to CGIHTTPServer
  • Designing the templates