Showing 314 open source projects for "python games code"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • MongoDB Atlas runs apps anywhere Icon
    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.
    Start Free
  • 1
    GIMP ML

    GIMP ML

    AI for GNU Image Manipulation Program

    This repository introduces GIMP3-ML, a set of Python plugins for the widely popular GNU Image Manipulation Program (GIMP). It enables the use of recent advances in computer vision to the conventional image editing pipeline. Applications from deep learning such as monocular depth estimation, semantic segmentation, mask generative adversarial networks, image super-resolution, de-noising and coloring have been incorporated with GIMP through Python-based plugins. Additionally, operations on...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    DelphiDoom Voxel Editor

    DelphiDoom Voxel Editor

    A tool for creating voxels for the DelphiDoom Engine

    This program is a simple voxel editor. It can generate voxel images. Output voxels can be used either with DelphiDoom, either with any application that supports the slab6 vox format. Source code repository: https://github.com/jval1972/DD_VOXEL
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    deej

    deej

    Set app volumes with real sliders! Arduino project to build hardware

    deej is an open-source hardware volume mixer for Windows and Linux PCs. It lets you use real-life sliders (like a DJ!) to seamlessly control the volumes of different apps (such as your music player, the game you're playing and your voice chat session) without having to stop what you're doing. Control your microphone's input level. Lightweight desktop client, consuming around 10MB of memory. Runs from your system tray. Helpful notifications to let you know if something isn't working. The...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    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
  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ with ServoDesk

    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
  • 5

    Boss Engine

    8-bit Graphical API for Java

    Boss Engine is a graphical API for writing low-resolution 8-bit color applications. It offers easy to use functions for handling graphics, basic i/o and more. Screen access is performed through virtual framebuffers that allow direct read/write access to indexed color screen data. API is coded entirely with native libraries. No third party libraries required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DeepFaceLab

    DeepFaceLab

    The leading software for creating deepfakes

    DeepFaceLab is currently the world's leading software for creating deepfakes, with over 95% of deepfake videos created with DeepFaceLab. DeepFaceLab is an open-source deepfake system that enables users to swap the faces on images and on video. It offers an imperative and easy-to-use pipeline that even those without a comprehensive understanding of the deep learning framework or model implementation can use; and yet also provides a flexible and loose coupling structure for those who want to...
    Downloads: 271 This Week
    Last Update:
    See Project
  • 7

    SmartBody

    Character animation system for games and simulations.

    SmartBody is available for download for Windows, Linux and OSX users. SmartBody can also be used on Android and iOS platforms. SmartBody is a character animation platform that provides the following capabilities in real time: * Locomotion (walk, jog, run, turn, strafe, jump, etc.) * Steering - avoiding obstacles and moving objects * Object manipulation - reach, grasp, touch , pick up objects * Lip Syncing - characters can speak with simultaneous lip-sync using text-to-speech or...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    chatbot_chung
    chatbot chung is a keywords based probabilities algorythm simple entertainment chatbot with 3D talking openGL avatars written in freebasic. Can import aiml simple question/answer or question/random/answers or single star/ multi srai data saved from "AIML_chung" open source application . Online html5 javascript version with 44 languages multilingual auto detection available on the website (source included in the zip file). SORT gentext text generation algorythm option added (desktop version) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    py-music-downloader

    A Music Downloader written in python with tkinter

    A music downloading software written in python using tkinter, still in Alpha, the software takes some time to start. Please note that when the software says not responding DO NOT CLOSE IT, it is downloading the songs . The code is pretty shit but does the job. DO NOT SPAM THE DOWNLOAD BUTTON, the files are being downloaded. An internet connection is really helpful. Do leave an honest review.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 10
    QuteScoop
    QuteScoop is a platform-independent status indicator for VATSIM. It's available for Windows, Mac and Linux. Visit its new development location https://github.com/qutescoop/qutescoop for current downloads and source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Sound effect

    It scans a drawing on the screen and converts pixels into sounds.

    The program lets you draw lines and scattered dots on the screen with the Mouse. When you press the Space-bar it scans the screen and converts the drawing into sounds. Each pixel on the screen is converted into a sound, and there is an unfinished idea it can form harmonics. It can make several sound effects, and it's even possible that it can be used to create some music. Its complete source code is there as a single ASM file which can be assembled instantly with the free FASMW compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    YouTube-8M

    YouTube-8M

    Starter code for working with the YouTube-8M dataset

    youtube-8m is Google’s open source starter code and reference implementation for training and evaluating machine learning models on the YouTube-8M dataset, one of the largest video understanding datasets publicly released. The repository provides a complete pipeline for video-level and frame-level modeling using TensorFlow, including data reading, model training, evaluation, and inference. It was developed to support the YouTube-8M Video Understanding Challenge (hosted on Kaggle and featured...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    PyTorch Natural Language Processing

    PyTorch Natural Language Processing

    Basic Utilities for PyTorch Natural Language Processing (NLP)

    ...For example, check out this example code for training on the Stanford Natural Language Inference (SNLI) Corpus. Now you've setup your pipeline, you may want to ensure that some functions run deterministically. Wrap any code that's random, with fork_rng and you'll be good to go. Now that you've computed your vocabulary, you may want to make use of pre-trained word vectors to set your embeddings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    perso3D_chung / sword 3D
    perso3D chung is a simple 3D character model animation and easy editing program directly into openGL from a set of body parts 3ds files.Same animations data can be used for differents characters models. Multiple animations can occur at the same time. It is written in freebasic and uses gui_chung.. Lowcost,customizable and fast technique for freebasic programmers. Included perso3D_chung_dll dll version can be called in c++ programs or other languages , though i recommend you freebasic+fbEdit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LaueTools

    LaueTools

    open source python packages for X-ray MicroLaue Diffraction analysis

    LaueTools is an open-source project for white beam Laue x-ray microdiffraction data analysis including tools in image processing, peaks searching & indexing, crystal structure solving (orientation & strain) and data & grain mapping visualisation. Python 3 Code and new features are now at: https://gitlab.esrf.fr/micha/lauetools
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    MD2 Viewer

    MD2 Viewer

    MD2 (Quake2) Model Viewer

    MD2Viewer is a Windows application that makes 3D preview of MD2 (Quake2) models. Source code repository: https://github.com/jval1972/MD2-Viewer
    Downloads: 9 This Week
    Last Update:
    See Project
  • 17
    DoomViewer

    DoomViewer

    Doom, Heretic, Hexen & Strife Map Viewer

    DoomViewer is a Windows application that enables you to freely navigate inside maps of games: -Doom -Doom2 -Heretic -Hexen -Strife Source code repository: https://github.com/jval1972/DoomViewer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TombViewer

    TombViewer

    Tomb Raider Level Viewer

    TombViewer is a Windows application that enables you to freely navigate inside Tomb Raider series maps. Supported Tomb Raider games are I, II, III, The Last Revelation & Chronicles. Source code repository: https://github.com/jval1972/TombViewer Releases: Version 1.3 - (20181021) Version 1.2 - (20050915) Version 1.1 - (20040627) Version 1.03 - (20040623) Version 1.02 - (20040621) Version 1.01 - (20040620) Version 1.0 - (20040619)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    ARK AR Sticker Generator

    ARK AR Sticker Generator

    ARK is an AR Sticker Generator

    In Augmented Reality Development we often need high quality markers for image targets compatible with accurate detection. ARK is an AR sticker generator made using various image processing libraries & scientific tools. It creates a colorful sticker similar to a QR code with each sticker being completely unique from other. It also allows to add an image overlay for branding or other stuff. Generated stickers can be found in Output folder. Extension is .png *GitHub Listing is in process*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MysticBBS Shoutcast Panel

    MysticBBS Shoutcast Panel

    Python Script for Mystic BBS Shoutcast Dashboard

    ...After the dashboard is displayed, the script continues by showing the last 20 songs played on the station. Useful things about this script: - Fully configurable at the top of the script, Title, Stream URL, Cols, Rows etc. - Contains simple code to grab XML/RSS feed and display on the BBS. - Contains various functions to make it easy to display information in a correctly sized mystic bbs text based frame including titles and prompts. This script can be a skeleton to get you going in writing your own properly fit modular text based python apps for Mystic BBS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Bullet

    Bullet

    JVM Bullet Physics SDK

    Bullet is real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. Jvm port of Bullet, by Erwin Coumans. Take a look at the tests to see what has been ported and tested to be working. A high-end desktop GPU, such as an AMD Radeon 7970 or NVIDIA GTX 680 or better. We succesfully tested the software under Windows, Linux and Mac OSX. The software currently doesn't work on OpenCL CPU devices. It might run on a laptop GPU but...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    IMP - Irrlicht Music Player (Irrlicht)

    IMP - Irrlicht Music Player (Irrlicht)

    3D video music media player lyrics subtitles etc...

    ✿ Unique! The first, and only, software of its own kind... ;) ✿ Home page: http://irrlicht.sourceforge.net/forum/viewtopic.php?t=39695 ✿ Join our group: https://www.facebook.com/groups/programadoresdeportugal ✿ USAGE examples: - Simply play your musics, with 3D visuals. - Great for whole family singing. (Karaoke) - Lyrics files can be ".txt" or ".srt" files (Subtitles) - Great to be used with friends, in a party, singing. - Great for little babies... (Add your voice reading bedtime...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Scrolling Game Development Kit 2
    All-in-one program for creating 2D scrolling games. Compile your games into stand-alone .NET executables or customizable C# source code. The IDE and framework are build on OpenTK, which wraps OpenGL, so generated games can be cross-platform.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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...
    Downloads: 0 This Week
    Last Update:
    See Project