Search Results for "python games source code" - Page 66

Showing 3300 open source projects for "python games source code"

View related business solutions
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 1

    CellPD

    Cell Phenotype Digitizer

    This is an open source project to estimate cell cycle and other parameters based upon experimental time course data. Navigate to Files-->CellPD-->[version]-->[Operating System] Each download contains CellPD's source code, a Python virtual environment, and a tutorial on how to use CellPD. Tutorial TL;DR: Save your data (using the provided template) in the same folder as CellPD, then double click on runCellPD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    HZDR

    Scripts and programs (e. g. THz-Shaker) for work in HZDR

    Scripts for evaluation and whole programs for measurements from work in Helmholtz-Zentrum Dresden Rossendorf (www.hzdr.de). One main project was the THz-Shaker (incl. THz-LiveCam and THz-Viewer) as complete new measurement framework. See Code (https://sourceforge.net/p/hzdr/code/) for files. A special thing is the wrapped CsAPI for GaGe CompuScope cards (e. g. Octopus) into Python: https://sourceforge.net/p/hzdr/code/HEAD/tree/thzshaker/device/scope/csapi.py An example of usage can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    fife-rpg

    RPG system using FIFE and bGrease

    The goal of fife-rpg is to rewrite PARPG so it can be used to easily create other RPGs with it even if PARPG will die. As PARPG it will use the FIFEngine (http://fifengine.net/) and bGrease (https://github.com/Beliaar/bGrease). It will use the source of PARPG (http://www.parpg.net) as a basis and build upon it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Souper

    Souper

    A superoptimizer for LLVM IR

    Souper is a superoptimizer for LLVM IR designed to automatically discover missed optimization opportunities within LLVM’s mid-end optimizers. By leveraging SMT (Satisfiability Modulo Theories) solvers, Souper symbolically analyzes LLVM Intermediate Representation (IR) to synthesize equivalent, more efficient expressions. It identifies peephole optimizations—small instruction-level improvements—that LLVM’s optimizer may overlook, thereby improving compiled code quality. Souper can operate in...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place. Icon
    Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place.

    For healthcare Providers and Facilities

    Incredable streamlines and simplifies the complex process of medical credentialing for hospitals and medical facilities, helping you save valuable time, reduce costs, and minimize risks. With Incredable, you can effortlessly manage all your healthcare providers and their credentials within a single, unified platform. Our state-of-the-art technology ensures top-notch data security, giving you peace of mind.
    Learn More
  • 5
    Dunge-O-Plunge

    Dunge-O-Plunge

    A snarky 2D management game about building and running a dungeon.

    A snarky, top-down 2D management/city-builder game about building, running and managing a dungeon to maim and exploit courageous heroes. Built on top of the Godot game engine, which is multiplatform. Right now, Dunge-O-Plunge is in a closed pre-alpha state. The source code is available as per the terms of the GNU GPL but the program should be considered unreleased. Thank you for your interest in the project!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The VPT2-screened PyVCI program package is a general purpose open-source code for simulating accurate molecular spectra, based upon force field expansions of the potential energy surface in normal mode coordinates. It includes harmonic normal coordinate analysis, vibrational perturbation theory and vibrational configuration interaction (VCI) algorithms, with VCI matrix elements chosen iteratively according to VPT2 energy contributions, across a range of significance thresholds. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    PBSuite

    PBSuite

    Software for Long-Read Sequencing Data from PacBio

    This currently hosts two projects created and maintained by Adam English. PBJelly - the genome upgrading tool. PBHoney - the structural variation discovery tool Both are contained within the PBSuite code found in downloads. ----- PBJelly ----- Read The Paper http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0047768 PBJelly is a highly automated pipeline that aligns long sequencing reads (such as PacBio RS reads or long 454 reads in fasta format) to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Parse C++ header files using ply.lex to generate navigable class tree representing the class structure. CppHeaderParser.py has the advantage of being a pure python C++ header parser. Grap a copy of ply at http://www.dabeaz.com/ply/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Avogadro

    Avogadro

    An intuitive molecular editor and visualization tool

    Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science and related areas. It offers a flexible rendering framework and a powerful plugin architecture.
    Leader badge
    Downloads: 6,049 This Week
    Last Update:
    See Project
  • Leverage AI to Automate Medical Coding Icon
    Leverage AI to Automate Medical Coding

    Medical Coding Solution

    As a healthcare provider, you should be paid promptly for the services you provide to patients. Slow, inefficient, and error-prone manual coding keeps you from the financial peace you deserve. XpertDox’s autonomous coding solution accelerates the revenue cycle so you can focus on providing great healthcare.
    Learn More
  • 10
    PyPattyrn

    PyPattyrn

    A simple library for implementing common design patterns

    PyPattyrn is a Python package aiming to make it easier and faster to implement design patterns into your own projects. Design patterns by nature cannot be directly translated into code as they are just a description of how to solve a particular problem. However, many of the common design patterns have boilerplate code that is common throughout all implementations of the pattern. This package captures that common code and makes it easy to use so that you don't have to write it yourself in all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Of Mages and Magic

    A Simple RPG fighting game for teaching Python

    Of Mages and Magic is an RPG based fighting game which may be used to teach simple programming concepts. Students write artificial intelligences which hook into the main Of Mages and Magic executable. These mages can be organised into teams which fight each other until only one team remains. The game is currently in early alpha, meaning some aspects of the interface are a bit clunky. However, in its current iteration, it is fairly suitable for teaching. Any and all feedback would be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TheForest Mods (rebuilt)

    TheForest Mods (rebuilt)

    In case the official files don't get updated, try these ones. B-)

    Since The Forest gets pretty regular updates, previously-released mod files get out of date pretty quickly. Sometimes, their authors don't re-release them using the new modlibrary, and you can't use them anymore. This projects's goal is to just re-compile the existing mods (from their released source code) to make them compatible with the latest version of The Forest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PHP Fortune Neo

    Updated and fixed version of PHP Fortune

    Embed Unix style "fortune" cookies into your PHP code / web pages. Partially refactored version of Michel Kern's 2010 PHP Fortune. I tore apart and completely rewrote fortune.php, but have not (yet) touched create_fortunes_index.php. Fortune databases completely untouched from original.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Temporal Logic Planning (TuLiP) Toolbox is a collection of Python-based code for automatic synthesis of correct-by-construction embedded control software. The source repository, issue tracking, and most developer-oriented tools have been moved to GitHub, https://github.com/tulip-control/tulip-control/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    StepMania

    StepMania

    Advanced rhythm game for Windows, Linux and OS X

    StepMania is an advanced cross-platform rhythm game for home and arcade use. StepMania 5.1 focuses primarily on internal enhancements, especially for content creators (including but not limited to controller support improvements, support for custom songs in profiles on USB drives, fullscreen improvements on X11, a large number of new modifier effects, and a new image caching system), while preserving compatibility with StepMania 5.0.x content such as themes and noteskins. Speaking of themes,...
    Downloads: 65 This Week
    Last Update:
    See Project
  • 16
    Random Number

    Random Number

    Random any number you want as many as you want

    Random any number you want and how many as you want for free . Design for winning the lottery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Quake C

    Quake C

    Quake C mods and support - SSQC / CSQC

    Modifications to Quake C, code help, original progs 1.01 and 1.06 sources, other clean source repos. Server side (SSCQ) and Client side (CSQC) included.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Apollo Station

    Apollo Station

    The best code this side of the galaxy

    ApolloStation is a community-driven SS13-derived codebase aiming to evolve the genre. Though specifics are sparse in the repo itself, it builds on SS13 principles with an emphasis on modularity and maintainability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Aporia

    Aporia

    IDE/Advanced text editor

    Aporia is an integrated development environment (IDE) for the Nim programming language, providing tools and features to streamline Nim development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    HyperSQL is like a doxygen plus javadoc for SQL, hypermapping SQL views, packages, procedures, and functions to HTML source code listings and showing all code locations where these are used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Notepad3

    Notepad3

    Light-weight Scintilla-based text editor with syntax highlighting

    Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. Notepad3 is an excellent replacement for the default Windows text editor. Notepad3 offers many extra features over Notepad. It has a small memory footprint, but is powerful enough to handle most programming jobs.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 22
    DAO

    DAO

    The Standard DAO Framework, including Whitepaper

    An open‑source Solidity-based framework (“Standard DAO Framework”) to help deploy decentralized autonomous organizations (DAOs) on Ethereum by encoding governance and decision-making in smart contract code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Pikzie is an Unit Testing Framework for Python. Pikzie provides more Pythonish API(*) and more usefull test result output rather than PyUnit (unittest.py). (*) PEP 8 -- Style Guide for Python Code: http://www.python.org/dev/peps/pep-0008/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    PyVCI

    Vibrational configuration interaction code for simulating IR spectra

    The PyVCI program package is a general purpose open-source code for simulating accurate molecular spectra, based upon force field expansions of the potential energy surface in normal mode coordinates. It includes harmonic normal coordinate analysis and vibrational configuration interaction (VCI) algorithms, implemented primarily in Python for accessibility but with time-consuming routines written in C.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Ultima Realidad - RPG Development Engine
    Roll Playing Game development environment, made with PyGame, Ogre, wxPython.
    Downloads: 0 This Week
    Last Update:
    See Project