Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Get started with Nexo.
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Python libraries and a wxPython GUI for importing and exporting user-created musical scores and game data from the Nintendo DS game Daigasso! Band Brothers.
An animal guessing game.
The program takes the role of a zoologist and tries to guess an animal by asking questions about animal properties (ancestry, habitat, etc.)
CLI so far.
A GUI with visualization for educational purpose is intended in the future.
Guessing Game 6.0. This game operates in GUI. There are now four difficulty levels: Easy, Medium, Hard, and Suicide. To give you an idea of perspective, I can beat Easy in about three minutes, and I've never beat the first level of Suicide.
A web-based Guild management system for Guild Wars. Includes build/spell library, links, guide tracker, news, and a number of other useful features for coordinating and running a Guild.
The Mandragora World Engine is a C++/Python engine which allows the easy creation of programs, including applications, simulations, and games. Able to load and run specific program modules. Will handle objects, graphics, sound, physics, GUI, and even AI.
Python Universe Builder (PUB) is an Interactive Fiction module for Python. It provides a programming environment similar to that of Inform or TADS but runs under any Python interpreter.
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.
"TomKat" is a console based number game for Linux, written in Python. If you are tired of GUI games or don't have/use a desktop environment, this is perfect. Future versions will have network game play support.
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.
CGI games:
WSpace will become a multiplayer space strategy game.
WebRogue is a roguelike, ready for multiplayer support later. There is also a GUI client for WebRogue in the download.
Original Gamer's Client aims to combine the convenience of a GUI-based MUD client with the power that seems reserved for TUI-based clients. OGC implements its GUI using Tk, and will eventually add a powerful Python-based scripting language.
Pygame.UI is a pure PythonGUI implemented using Python and Pygame library. The goal of this project is to implement a GUI which can be easily plugged into your existing game project.
DUMB, the Diabolically Uncrashable Mud Builder, implements a lisp-like language interpreter in Java. This language is specialized to allow the most flexible MUD creation to date, and to allow 100% uptime, even during MUD development. NEW: SWING GUI
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.