Simple Color Chooser Download
Thursday, June 26th, 2008This script uses the tkColorChooser libary to present the user with a colour selection dialog, then displays the RGB and hexadecimal values for that colour.
It can
This script uses the tkColorChooser libary to present the user with a colour selection dialog, then displays the RGB and hexadecimal values for that colour.
It can
Newspipe is an RSS/Atom aggregator with a difference: it allows you to keep track of your feeds through e-mail - you create an OPML file listing your feeds and Newspipe will co
Python’s xmlrpclib only raises the xmlrpclib.Fault exception, but it can be convenient to allow more different kinds of exceptions to be raised. This script provides a cus
If each class’s __init__ is used to set default values, it requires that one use super() or explicit parentclass.__init__() calls . This script allows you to simplify this proc
Bazzite aims to provide an interface for easily selecting preconfigured splash screen themes.
This allows users to just set a theme and forget about it and it also
Generate thumbnail image script allows you to generate thumbnail images.
Download from:
This script gets the sizes of all the monitors on a multi-monitor Windows PC.
It gets both the actual resolution and the usable ("work") resolutions. The
Collaborative Portal Server (CPS) is the most complete Open Source platform available for building Enterprise Content Management (ECM) applications.
CPS comes also
This function will return a list of ports (TCP/UDP) that the current machine is listening on. It’s basically a replacement for parsing netstat output but also serves as a good
This script provides the ability to write your own Python shell, which you can use to filter out input or output, and embed it in another application.