78 projects tagged "Python"
AWS Dashboard is a simple dashboard for Amazon Web Services. It features a list of available availability zones in each region, availability zone statuses per region, instance counts per region, instance counts which turns red if events are scheduled, a list of events by instance ID, EBS volume counts per region, EBS volume counts which turn red if any EBS volumes are unattached, the ability to delete unattached EBS volumes, elastic IP counts per region, elastic IP counts which turn red if any elastic IPs are unattached, the ability to delete unattached elastic IPs, and elastic load balancer counts per region.
The TkinterTreectrl module wraps the treectrl Tk extension for use with Python/Tkinter. The treectrl widget allows you to create fancy things like sortable multi-column list boxes and hierarchical tree views in Tkinter. The package also includes a ready to use multi-column listbox widget, scrolled Treectrl, and multi-column list box widgets plus a generic ScrolledWidget class that makes it quite easy to add one or two static or automatic scroll bars to any listbox-alike Tkinter widget.
(Qt)-Backstep.py is commandline and graphical (Qt) backup software written in pure Python. It can back up any directory to CD-R(W), DVD-R(W), USB key, or another directory. It is a continuous backup solution. It works like a time machine. It contains a backup network server. It can send backups over the Internet or your network.
image-deduplication-tool is a script designed to scan specified paths and calculate the DCT hashes of all the images there. It compares the hashes to find closest-looking image pairs, despite various alternations (such as crop, rotation, gamma/color correction, noise, etc.), optionally presenting them in a feh image viewer for the operator to easily compare and remove one of the versions. It uses libpHash to produce and compare perceptual hashes.
notification-thing is a full-featured implementation of the Desktop Notifications Specification. It is not tied to any specific desktop environment, and is focused on features like rate-limiting and flexible filtering to minimize distraction and noise ratio in a transparent way, without silently dropping anything ever.
pulseaudio-mixer-cli is an interactive ncurses UI to control the volume of PulseAudio streams. It is somewhat like alsamixer, but focused not on sink volume levels (which can actually be controlled via alsamixer, with the alsa-pulse plugin), but rather on the volume of individual streams from applications, allowing the user to balance sound levels between them. Interaction with pulseaudio is done through the DBus interface, and the UI is designed to be as simple as possible, without heavy DE dependencies like GNOME libs or KDE/QT.
The PDM library aids in inspecting and managing Python programs running as daemons, allowing client programs to connect to the daemon process in order to interact with it in various ways. Primarily, it provides an interactive read-eval-print loop, and a non-interactive programmatic interface not entirely unlike Java's JMX.
PyGUI is a GUI API which is designed specifically for Python, taking advantage of Python's unique language features and working smoothly with Python's data types on the three major platforms (Unix, Macintosh, and Windows) that are small and lightweight, interposing as little code as possible between the Python application and the platform's underlying GUI facilities, and not bloating the Python installations or applications which use them.
"aura" is a desktop (X root window) background setter. It picks images randomly from specified paths, skipping those that are too small or have inappropriate aspect ratios, and rescales them by cropping solid margins, resizing with cubic interpolation and then the liquid rescale algorithm to fit the desktop with as little quality loss as possible. Images are labelled in the corner using embedded tags. It can changes images on a timed basis or when triggered by SIGHUP or the CLI, and tracks previous and blacklisted images.