Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Try Retool free
Outgrown Windows Task Scheduler?
Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.
Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
A web script for counting unique hits and stores the http header information for each hit in a MySQL database. The script also creates a .html document for viewing all hits contained in the database. The script is written in python.
A short pythonscript to monitor filesize changes and to email the file contents to a gmail user once the file is no longer being changed. Useful for keeping track of data-generating programs and as an early alert system for data collection problems.
This pythonscript takes an exported wordpress xml file and outputs a single html document containing all posts in order of entry, and a table of contents broken down by Category. CSS tags added for easy formatting.
Simple pythonscript for keeping a backup set with an arbitrary frequency and any number of surviving snapshots. Uses the rsync reference directory feature to minimize space by using file hard links. Launch it from /etc/crontab.
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
Simple Pythonscript to save files(and now directories, too!) into "frozen directories". "Frozen Directories" are directories that hold incremental changes to documents being worked on. Creating an archive of your work is easily done with this script
Pythonscript which emulates an IP camera. Currently acts as Axis 223M, supports only MJPEG format and some VAPIX parameters ('fps' and 'resolution'). Based on this project: http://sourceforge.net/projects/axisemulator/, some serious bugs fixed.
Pythonscript to help manage wpa_supplicant configuration files. Uses a curses interface to display accessible networks and allows users to associate each network with a configuration file, which they can directly edit from a provided template.
Logtool is a pythonscript that takes the output from any logfile that has a repeated format from line to line and formats it in a number of ways, including column customisation, colour and search term highlighting.
A script to generate shapes representing colors, using the ColorAdd code developped by Miguel Neiva: http://coloradd.net The ColorAdd code is a monochromatic Graphical Code allowing colorblind to recognize colors.
MOSE MakeObj Script Engine is a scripting engine for the Simutrans Tool "makeobj". With a Shell like scripting language big addons (called paks) set could be compiled for Simutrans.
A highly flexible music player which makes your own layout creation easy! Set up what you believe is intuitive! Pythonscript support, multiplatform native look and feel, gstreamer sound engine!
Semplice scriptpython per generare in modo casuale e automatico testi (da stampare) di verifiche di inglese sui verbi (regolari e irregolari) per scuole medie/superiori italiane.
GetSubtitles es un script hecho en python para Bajar de forma sencilla y rapida los subtitulos que se encuentran en el sitio www.subdivx.com, para las series que dia a dia seguimos a traves de la Red.
Pythonscript to mirror a git repository with subversion
It uses a basic common working directory, where git checkout the file for each commit of the master branch
and then it will add, del, commit with a svn client.