Showing 68 open source projects for "python games code"

View related business solutions
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    Pycraft

    Pycraft

    Pycraft is an open-source, OpenGL based game made in Python

    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    Chess Problem Editor

    Edit diagram.sty LaTeX diagrams

    A Python application to edit LaTeX files containing chess problems - using the chess-problem-diagrams LaTeX-package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Mech Station Beta

    Mech Station Beta

    Mech Station Beta - Tower Defense like Game

    The mech platform floats through levels and progresses over time. It differs significantly from traditional Tower Defense or Survival games. One of the game's key features is the fine-tuned balance of hundreds of gameplay parameters, based on player-collected statistics. However, this feature is not yet fully implemented — it requires a server machine, which I currently don’t have due to personal circumstances. If anyone can provide a server machine or a service like Google Virtual Machine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Arduino Launch Control System (LCS)

    Arduino Launch Control System (LCS)

    A single rod model rocket launch control system using the Arduino Nano

    This is a single rod model rocket launch control system. The system utilizes the Arduino Uno/Nano to report on local weather conditions (temperature, humidity, barometric pressure). The system also provides a 10-second countdown when the fire button is pressed. The system meets and exceeds the NAR Safety Code standard for model rocket launch systems as it incorporates a removable key to block the flow of power to the launch pad. It incorporates an additional two-button safety system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Favourite Pokemon Picker

    Favourite Pokemon Picker

    Find your favourite Pokémon!

    Pick your favourite Pokémon from a subcategory of your selection! You can sort by Generation or pick from one of many different subsets including Legendaries, Mythicals, Fossils and Fully Evolved. You can even choose whether to include different forms in your selection before narrowing down which is your favourite! New Pokémon will be added whenever they are released. Python 3 required to play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Adivinha-Palavra

    Adivinha-Palavra

    jogo adivinha palavra

    jogo para computador com o simples objetivo de adivinhar que palavra foi definida (LETRA POR LETRA)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PS-Drone

    PS-Drone

    Programming a Parrot AR.Drone 2.0 with Python - The Easy Way

    The PS-Drone-API is a full featured SDK, written in and for Python, for Parrot's AR.Drone 2.0. It was designed to be easy to learn, but it offers the full set of the possibilities of the AR.Drone 2.0, including Sensor-Data (aka NavData), Configuration and full Video-support. The video function is not restricted to mere viewing, it is also possible to analyze video images data using OpenCV2. Obviously, the PS-Drone is perfect for teaching purposes; however, even the requirements...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Goblin Dice

    Virtual dice working with a server for many users.

    Virtual dice working with a server for many users. Dice Win32 - Python (Tkinter) for Win32 Dice Win64 - Python (Kivy) for Win64 Dice server - Python (Tkinter) for Win64
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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: 2 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    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 2.7...
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    TreasureBox

    TreasureBox

    Organizes and searches user-defined items and images in a MySQL DB.

    Treasure Box is a free standalone java application that documents, displays and searches user-defined items arranged in a hierarchy or tree structure. The system is similar to how a file management system organizes files and folders on your computer's storage devices. Items can be associated with zero, one or more images. All the data associated with an item as well as the names of the item images are stored in a MySQL database on the users PC. Other things I found useful to photograph...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    People In Space

    This software show in real-time how many people are in space.

    This software show in real-time how many people are in space. Created with the api of http://open-notify.org/Open-Notify-API/People-In-Space/ For Windows : Download this file and run the .exe software. All the elements of the .zip archive must stay in the same directory. For other operating systems : https://github.com/hamdyaea/PeopleInSpace Developer - Author Hamdy Abou El Anein
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    RTuinOS

    The event based Real-Time Operating System (RTOS) for Arduino

    RTuinOS, the event based Real-Time Operating System (RTOS) for Arduino, is now hosted at SourceForge. In this revision, 1.0, the event concept has been generalized. Events can now be broadcasted events, semaphores or mutexes. This permits to implement all the usual inter-task communication patterns. Please refer to the user guide and the diverse code samples for details. The second technical change is a complete revision of the makefile. It has been improved in many aspects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Multiplications

    Programme de multiplications pour enfants

    Programme pour enfants qui permet d'apprendre les multiplications. Quantitée : 20 questions Meilleures note : 6 Plus mauvaise note : 1 sources code : https://github.com/hamdyaea/Multiplications Developer , Createur : Hamdy Abou El Anein
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    World Register of Nations

    Display information about every countries in the world

    World Register of Nations A software coded in Python 3 who display information about every countries in the world Windows : 1) Please install ImageMagick you will find ImageMagick-7.0.8-37-Q16-x64-dll with in this folder. When you install it it's important to let it add ImageMagick to your Windows Path. 2) Run World_Register_GUI.exe Other operating systems : Run it from the source : https://github.com/hamdyaea/World-Register-of-Nations Developer - Author Hamdy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Weather-Meteo-Worldwide

    This software display a weather report.

    This software display a weather report. You can enter any location in the world and you can select the language. For Windows you can download and use the .exe file. For other operating systems please run the Python3 software from the source : https://github.com/hamdyaea/WeatherMeteo Developer - Author Hamdy Abou El Anein
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This software is for aerospace enthusiast who do not want to miss a live rocket launch. This software download and display the next five rocket launches. For windows download this software. How to start the program: 1) Unzip all file in the same folder. The software work only if all file are in the same directory. 2) Doule-click on Next_Five_Rocket_launches_Software.bat For other operating systems you must run it from the source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Nasa-Picture-Of-The-Day

    Display the Nasa picture of the day for everyday

    This software download the image of the day and the description of the image from the Nasa. For Windows you can download this file and run the .exe file. For other operating systems follow this link : https://github.com/hamdyaea/Nasa-picture-of-the-day Developer - Author Hamdy Abou El Anein
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Mars Insight Weather live

    A software who calcule the temperatures of Mars InSight

    A software who calcule the temperatures, wind, pressure of Mars InSight. The data is downloaded from : https://mars.nasa.gov/insight/weather/ For Windows you can run this .exe file. For other operating systems : https://github.com/hamdyaea/MarsInSightWeather Developer - Author : Hamdy Abou El Anein
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Rock Paper Scissors Lizard Spock

    Rock, Paper, Scissors, Lizard, Spock is a game of chance that expands.

    What's this game ? Rock, Paper, Scissors, Lizard, Spock is a game of chance that expands. It is first used to settle a dispute about what to watch on TV between Sheldon and Raj in "The Lizard-Spock Expansion". sources for information and rules: http://bigbangtheory.wikia.com/wiki/Rock_Paper_Scissors_Lizard_Spock Scissors cuts Paper Paper covers Rock Rock crushes Lizard Lizard poisons Spock Spock smashes Scissors Scissors decapitates Lizard Lizard eats Paper Paper...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Electrip

    Electrip

    easy Linux environment controlling trains in Python

    ELECTRIP is an easy-to-use, small program that lets you control your model railroad with gamepads. Combined with an SRCP-Server (e.g. srcpd) it provides the functionality you would expect of a commercial digital command station. It can save you a lot of money.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    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: 21 This Week
    Last Update:
    See Project
  • 23

    Astrolabe Generator

    Generates custom astrolabe EPS files

    NOTE: The Astrolabe Generator has moved: The Astrolabe Generator and related projects have moved to a new location. Find us on Github at: https://github.com/wymarc This program will generate a set of PostScript (EPS) files for the front, back, rete and rules of an astrolabe for a given latitude. Additional related quadrant tools are also available. Version 3.0 moves the code to Java. Program is now an executable Jar file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Modellers Colour Matching/Mixing Toolkit

    Modellers Colour Matching/Mixing Toolkit

    Colour matching/mixing toolkit for modellers

    One of the problems faced by modellers is matching their available paint colours to those used on the object (eg aircraft) being modelled. The aim of this toolkit is to help them in this endeavour including assistance in mixing paints to achieve the required match if required. Non Windows Versions 1.00 and later require: - Python 3.43 or later - python3-gobject 3.22.0 or later - python3-cairo 1.10.0 or later Windows Versions 1.00 or later require: - Python 3.4.3 - PyGI 3.18.2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Cassapa is system that uses augmented-reality to help aiming at pool games. Only the binaries are hosted here at SourceForge. Please check the GitHub project page for the source code
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.