Full access to Enterprise features. No credit card required.
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
Try ServoDesk for free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
A multiplatform python- and ncurses-based console game of Sudoku. Sudoku is capable of generating and solving both Sudoku and Samurai Sudoku puzzles on any ncurses-enabled terminal.
PythonSudoku is a text and graphical program (gtk interface) to create or resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) and write a image (png, jpeg, etc) with a sudoku.
Utilities for event handling in Tkinter. It has currently a function to process events without having to wait for Tkinter to process the event queue, that is: a painless event_generate()
Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.
TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
RandomGame is a game written in Python (GUI by Tkinter). The goal of the game is to pick the number that the computer randomly chosen. Written in Python, RandomGame is multiplatform.The goal of the project is to add a lot on functions in a simple game.
Throttle is a python GUI program to manage the RPMs (rpm package manager) on the system. Uses Tkinter. Currently, very primitive, a lot needs to be added and the UI somewhat simplified. But it is a start for the casual user to work with packages.
It's a modern take on desktop management that can be scaled as per organizational needs.
Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
Amplicon is a Python script for designing PCR primer sets. Amplicon is written in Python 2.3 and Tkinter 8.4. The current script was created for Windows and an executable is available. Future versions of the script should be able to run on Linux and Mac
Platform-independent Python/Tkinter-based MP3 renaming and FTPing utility for use with Evolution-X on the XBox. Recursively searches directories, temporarily renames files if necessary for fatx compatibility, and ftps them to Evolution-X's ftp server.
The Python Checkbook Manager (aka PyCheckbook) is a personal finance manager that focuses on simplicity and portability. It will run on any platform that can run Python and Tkinter. It handles very simple checkbook register features.
PyDVT is a Python toolkit for data displaying developed at the ESRF by Alexandre Gobbo. PyDVT is multi-platform (Windows, Solaris, Linux and Hp) and GUI toolkit independent (is has already
bindings to PyQt and Tkinter). It defines a framework for interco
A program written in Python, extending the remote administration of Sphereserver. Provides logging, input and output filtering, user ranks, secure communication and easy extendability. It`s experimentally using wxWindows or Tkinter GUI.
Audio markers manager written in python/tkinter. It basically acts has a digital audio-tape player but supports nested directories, textual comments, multiple sound files. A variety of audio players (winamp, xmms, snack) can be used.
IPB Skinner is a one-of-a-kind GUI application written in python using tkinter for editing skins for Invision Board (http://www.invisionboard.com). IPB skinner makes this easy by splitting the skins and allowing the user to choose which part of the skin
NovaGrid is a light spreadsheet made with Python / Tkinter, based on Tktable. The objective of this project is to have a light spreasheet python object which can be used into larger projects.
The code is totaly written in Python (actualy 2.2.2).
This is a project to make a text editor in Python with the Tkinter GUI toolkit. Though there are other text editors out there, this one has the advantage that it can go anywhere you want to take it. Until I figure out the release system, CVS is the only w
This is a Python module that interfaces with the Fvwm module API. It allows you to write Fvwm extensions in Python. It is integrated with Python's Tkinter module, so you can easily write extensions that present a user interface.
ICQ clone written entirely in Python.
Uses OSCAR AIM protocol instead of native ICQ protocol,
as well as icq2000b does.
Many GUI frontends supported, but native one is Tkinter-based.
pyBoids is a free/open-source project that implements (in Python/TKinter) Craig Reynold's famous boids algorithm. This algorithm intelligently simulates flocking, herding, swarming, and schooling behavior as found in nature.
A Pythonic program to generate and solve a Sudoku puzzle of any N by N dimension. It uses a combination of logic and guess to solve the puzzle. The GUI is written with PyGTK and the code can be use as a guidelines of using Python Generators.