28 projects for "python games code" with 2 filters applied:

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1

    Tiwut Launcher

    The centralized hub to manage and launch all desktop applications from

    Centralized Management: Discover, install, launch, and manage all your Tiwut apps through one modern, unified interface. Open Source & Transparent: The complete source code is available on GitHub, reflecting our commitment to transparency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Mech Station Beta

    Mech Station Beta

    Mech Station Beta - Tower Defense like Game

    ...A Java developer or designer is welcome to collaborate on the development. As the title suggests, the game is not yet finished, but it is playable. Developed solo over half a year, with 500 KB of source code and AI-generated graphics. As you can see from the screenshots, the game is designed in a pixel art style. One of the planned features is multiplayer. Your feedback is welcomed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Exif UserComment Editor

    Dialog box to edit Exif comment into images

    Display a simple graphical dialog box to add or edit Exif UserComment contained into images. Supports Unicode UTF-8 characters. Originally developed as a plugin for Geeqie image viwer. It requires Python GTK+ and exiv2 tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gditools

    gditools

    A Python program/library aimed at GD-ROM image files.

    This Python program/library is designed to handle GD-ROM image (GDI) files. It can be used to list files, extract data, generate sorttxt file, extract bootstrap (IP.BIN) file and more. This project can be used in standalone mode, in interactive mode or as a library in another Python program (check the 'addons' folder to learn how). For your convenience, you can use the gditools.py GUI program supplied in the Files section (optional). To use this project you must install the Python...
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
    Learn More
  • 5
    Bracelet Generator

    Bracelet Generator

    A friendship bracelet pattern designer.

    Bracelet Generator is a friendship bracelet pattern designer. It enables you to easily design your own patterns, add rows and strings, change the colors. The pattern can also be symmetrized. With the two-colored motif editor, create your motif and the pattern will automatically be generated. The motif can be rotated and symmetrized. The patterns can be exported in .png, .jpeg and .ps.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 6

    JScumm

    Project to create a Java based SCUMM engine.

    This project is hobby project to start coding and go through the different stages of creating a Java based SCUMM engine. This project starts with an script interpretation engine, continues with extracting, loading and handling media sources (i.e. MONSTER.SOU) bringing the rest to of this virtual machine to live. This project should ensure that all assumptions and the code based on those is always valid. Therefore this projects starts with TDD (test-driven development). Everybody can join...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    QG fantasy maps plugins

    Some pythons plugins to enhance fantasy maps creation with QGis

    QGis permit the use of python script to handle maps. Here are some python code ready to use and modify, and some associated samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenNumismat

    OpenNumismat

    Coin collecting software for organize and manage your own catalogue

    This project has been migrated to github - please visit http://opennumismat.github.io OpenNumismat is a handy and reliable application aimed at coin lovers, numismatists or amateurs looking to create a numismatics collection. With OpenNumismat, you will be able to create, organize and manage your own coin catalogue with detailed description and photos for each of the items.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Painter's Colour Assistant Tool Kit

    Painter's Colour Assistant Tool Kit

    Allows painters to experiment with mixing paints (virtually).

    The Painter's Colour Assistant Tool Kit is a set of PyGTK GUIs that enable painters to experiment with mixing various paint colours electronically. This helps the painter decide which tube colours to use on their palette in order to be able to mix the colours that they need for a painting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 10

    showmaster

    Keep track of your favourite TV shows.

    It's a simple application to keep track of your favourite tv shows. You can add tv shows to your library and view information about their latest and next episode. It uses tvrage.com to gather information (see tvrage.py) and stores it in a local sqlite database(see db.py). The application is written in Python 3.3 and uses the pyqt module to realize the user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    GC-GeoStats

    Statistiques de profil pour géocacheur

    Génération de statistiques et autres badges pour incorporer dans le profil public sur geocaching.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Wizard of Wor HTML5

    Wizard of Wor HTML5

    Wizard of wor HTML5 remake.

    Wizard of wor HTML5 remake. Usage: Upload and play. You should have HTML5/CANVAS/WEBGL Capable browser. I did not made this code, it is made by a great programmers!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Archivist
    Archivist is a program for "Magic the Gathering". Archivist allows you to create Magic Decks for Mindless Automaton and Apprentice. You can manage your private card collection and multiple decks. Rich analysis tools help you to improve your deck. Archivist 2 is the latest version build for Windows Systems using the .NET Framework. Download as archive or self extracting archive. No installation required! CODE moved to GitHub - https://github.com/spech66/archivist
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mouse Run

    Mouse Run

    Programming Game, A Practice Tool for Building Intelligent Things

    Mouse Run is a programming game where programmers can implement a mouse and let it run in a maze to hunt of cheese. It is a battle among programmers to test who can build the most intelligent mouse, given limited information during the game. Programmers need only implement one code file, extending from an abstract class that will contain the logic of the individual mouse. The game Host will gather all the mouse implementation and let them run in the maze. It is real fun for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    rov-suite

    rov-suite

    Complete ROV Control Suite

    This project aims to create a flexible, cross-platform ROV (remotely operated vehicle) control system based on Qt and the Arduino microcontroller series with multi-platform support. You can view the development blog at http://chrisstechblog.blogspot.com. If you have any questions, comments, ideas or complaints please let us know! We'd love to hear from you how we can improve ROV-Suite! Thanks! P.S. If you want to give us a negative review, please elaborate on why you are giving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A program to calculate delta-time handicaps for racing sailboats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Strum aims to improve your musical skills on stringed instruments; learning scales, chord construction, and how to find them on various instruments with many tunings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    A recipe management software written in python and GTK+.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An open source pack of arcade games, written in python with pygame. An asteroids clone (known as Komet Busters) and a game of pong is under construction. They will have standardised menu screens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A program for keeping track of trivia scores when playing along with popular trivia game shows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Model Operations Processing System
    The Model Operations Processing System (MOPS) has been designed to assist operations on model railroads. It has the look and feel of mainframe systems that would have been in used in the late 20th century.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project will be a Java Application for the Parallax Microntrollers, It will eventualy implement Code Snippets, and javadocs when completed. If you are experianced and interested in Java, please help this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Bonjourmadame.fr photo downloader
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Intervalence is a very simple, minimalistic program for musicians, designed to test their ability to correctly spell musical intervals. Question: What is a perfect 5th above A#? Answer: E#
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Melete is a program to apply sound changes to a lexicon, simulating historical linguistic sound changes. It supports a flexible and easy to use format for specifying sounds, characters and diacritics, support for phonological features, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next