A (semi-)Useful Script
After getting rather sick of hearing newbies ask for painfully general system information, I’ve created a little Python script called PySysInfo (GPL of course) to show some basic system tidbits. It’d written using Tkinter only because wxPython is ugly, slightly painful and requires more than just stock Python.
Anyone who has any improvement ideas such as additional information to be featured or something else, please leave a comment and I’ll have a look at it. In the meantime, distribute this to your newbie friends for immediate use.















Since when is wxPython ugly? It’s just GTK…… which is less ugly that Tk, IMHO.