Search Results for "python games code" - Page 30

Showing 3675 open source projects for "python games code"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 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
    Sudoku Maker is a generator for Sudoku number puzzles. It uses a genetic algorithm internally, so it can serve as an introduction to genetic algorithms. The generated Sudokus are usually very hard to solve -- good for getting rid of a Sudoku addiction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    RQ-Transformer

    RQ-Transformer

    Implementation of RQ Transformer, autoregressive image generation

    ... of dimensions. You can use it by importing the HierarchicalCausalTransformer. For autoregressive (AR) modeling of high-resolution images, vector quantization (VQ) represents an image as a sequence of discrete codes. A short sequence length is important for an AR model to reduce its computational costs to consider long-range interactions of codes. However, we postulate that previous VQ cannot shorten the code sequence and generate high-fidelity images together in terms of the rate-distortion trade-off.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    LaserBlast

    A Laser Cannon Strategy Game

    Why did I write this program, and why in Python? Well there were really two reasons. First I wanted to quickly test various game rules and strategies. Python and pygames made prototyping quick and easy. This is actually about the twentieth version of the game. Second I wanted to try the new match/case statements that were added in Python 3.10. I found lots of uses for match/case and I really like it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    EasyNLP

    EasyNLP

    EasyNLP: A Comprehensive and Easy-to-use NLP Toolkit

    ..., and deployment for real-world applications. It has powered more than 10 BUs and more than 20 business scenarios within the Alibaba group. It is seamlessly integrated to Platform of AI (PAI) products, including PAI-DSW for development, PAI-DLC for cloud-native training, PAI-EAS for serving, and PAI-Designer for zero-code model training.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    LayoutParser

    LayoutParser

    A Unified Toolkit for Deep Learning Based Document Image Analysis

    With the help of state-of-the-art deep learning models, Layout Parser enables extracting complicated document structures using only several lines of code. This method is also more robust and generalizable as no sophisticated rules are involved in this process. A complete instruction for installing the main Layout Parser library and auxiliary components. Learn how to load DL Layout models and use them for layout detection. The full list of layout models currently available in Layout Parser...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Code Cookbook

    Code Cookbook

    Reusable code patterns which you can use as reference or copy

    Reusable code patterns which you can use as reference or copy to your project. Achieve small or large tasks using recipes that contain steps, scripts, and config files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jupyter Dash

    Jupyter Dash

    Dash v2.11+ has Jupyter support built in

    Dash 2.11 and later supports running Dash apps in classic Jupyter Notebooks and in JupyterLab without the need to update the code or use the additional JupyterDash library. If you are using an earlier version of Dash, you can run Dash apps in a notebook using JupyterDash. This page documents additional options available when running Dash apps in notebooks as well as troubleshooting information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Teleread

    Teleread

    An e-book reading protocol for Linux and Windows

    Read .book files with this program. It is very lightweight and runs in the terminal. Supported OS: Windows 7 Windows 8 Windows 8.1 Windows 10 Windows 11 Any Linux where python3 is installed For help, select help in the main menu NOTE: to download, click files, then select the version. For some reason it isn't letting me set it to download the main file WARNING: Source code is OUTDATED. For up to date source, visit https://github.com/Enderbyte-Programs/Teleread. If you wish to write...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OhMyForm

    OhMyForm

    Free open source alternative to TypeForm, TellForm, or Google Forms

    Create stunning embeddable forms for recruiting, market research, surveys and more. With OhMyForm you'll get all the features you need to run, administer, analyze and distribute forms for free. With our opensource community, OhMyForm is always improving and is vetted by top programming experts around the world, ensuring that our code is top-notch, eliminating potential bugs and errors.
    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
  • 10
    RLCard

    RLCard

    Reinforcement Learning / AI Bots in Card (Poker) Games

    RLCard is a toolkit for reinforcement learning research on card games. It includes several popular card games and focuses on learning algorithms for imperfect information games like poker and blackjack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Cica
    ... screen. Characters are not lost even on non-HiDPI (non-Retina) Windows. Consider readability of special characters such as subscripts and superscripts ( assuming JuliaLang ). The font file is SIL Open Font License 1.1. The source code of the synthesis script etc. is MIT. The Pomicons glyphs included in Nerd Fonts are excluded from the generator because they are licensed for commercial use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    bert4keras

    bert4keras

    Keras implement of transformers for humans

    Our light reimplementation of bert for keras. A cleaner, lighter version of bert for keras. This is the keras version of the transformer model library re-implemented by the author and is committed to combining transformer and keras with as clean code as possible. The original intention of this project is for the convenience of modification and customization, so it may be updated frequently. Load the pre-trained weights of bert/roberta/albert for fine-tune. Implement the attention mask required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Moved to https://gitlab.com/andybalaam/duckmaze
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CIPS-3D

    CIPS-3D

    3D-aware GANs based on NeRF (arXiv)

    3D-aware GANs based on NeRF (arXiv). This repository contains the code of the paper, CIPS-3D: A 3D-Aware Generator of GANs Based on Conditionally-Independent Pixel Synthesis. The problem of mirror symmetry refers to the sudden change of the direction of the bangs near the yaw angle of pi/2. We propose to use an auxiliary discriminator to solve this problem. Note that in the initial stage of training, the auxiliary discriminator must dominate the generator more than the main discriminator does...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Moved to https://codeberg.org/andybalaam/mopesnake
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Skillmap

    Skillmap

    A tool for generating skill map/tree like diagram

    A tool for generating a skill map/tree-like diagram. Skill tree is a term used in video games, and it can be used for describing roadmaps for software project development as well. When you are building a software project, you can use the concept of skill tree/technology tree to describe the steps you need to take to build the project.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Blooket pin finder

    Blooket pin finder

    A fast and efficient blooket pin finder made with python

    A fast and efficient blooket pin finder made with python. A bit different than a kahoot finder, instead of making a get request to see if the website with the pin exists, I turn the raw json into a python library to read. Sayit.py is a small script I made to quickly type all of the pins in the pin.txt file. Made for something like sending them to a friend or writing them down in another file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Flame Auto Clicker

    Flame Auto Clicker

    Fastest Auto Clicker on the market . Over 1000 CPS (For Real)

    Flame Auto Clicker is an Open Source minimalist Auto Clicker. The CPS limit is your PC, but you can also add delay or click limit, or change the click button or start/stop clicking with a HotKey, which can be edited too. This Auto Clicker can be used with ANY game, Minecraft, Roblox and more! Source Code: GitHub: https://github.com/PETEROLO291/Flame-Auto-Clicker TIP: Set delay to 0 to get super fast clicks. Clicks are only limited by your PC hardwere! Installer: 9,22 MB...
    Leader badge
    Downloads: 578 This Week
    Last Update:
    See Project
  • 19
    ostRAT

    ostRAT

    OpenSourceTelegramRAT - Remote PC access via Telegram Bot.

    ostRAT is free and open source. GPLv3 Сomputer remote control software. Works via telegram bot. A lot of functions, for example: - Screenshot: sends a screenshot - Off: turns off the computer - Url: opens entered link - Write: sends your text to the computer - Move: changes mouse location with x and y - and more! WARNING: Using the bot is recommended only on your device. Failure to comply with the recommendation may result in criminal liability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Machine Learning PyTorch Scikit-Learn

    Machine Learning PyTorch Scikit-Learn

    Code Repository for Machine Learning with PyTorch and Scikit-Learn

    Initially, this project started as the 4th edition of Python Machine Learning. However, after putting so much passion and hard work into the changes and new topics, we thought it deserved a new title. So, what’s new? There are many contents and additions, including the switch from TensorFlow to PyTorch, new chapters on graph neural networks and transformers, a new section on gradient boosting, and many more that I will detail in a separate blog post. For those who are interested in knowing what...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Kalliope

    Kalliope

    Kalliope is a framework to create your own personal assistant

    Kalliope is a modular always-on voice-controlled personal assistant designed for home automation. Kalliope is a framework that will help you to create your own personal assistant. The concept is to create the brain of your assistant by attaching an input signal (vocal order, scheduled event, MQTT message, GPIO event, etc..) to one or multiple actions called neurons. You can create your own Kalliope bot, by simply choosing and composing the existing neurons without writing any code. But, if you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    codecat

    codecat

    static code analysis, to find/track sinks and bugs

    CodeCat is a open source tool to help you in static code analysis, to find/track sinks and bugs, this points follow regex rules...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GANformer

    GANformer

    Generative Adversarial Transformers

    This is an implementation of the GANformer model, a novel and efficient type of transformer, explored for the task of image generation. The network employs a bipartite structure that enables long-range interactions across the image, while maintaining computation of linearly efficiency, that can readily scale to high-resolution synthesis. The model iteratively propagates information from a set of latent variables to the evolving visual features and vice versa, to support the refinement of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    G-CPS

    G-CPS

    Lite CPS Tester

    G-CPS (Golden CPS) It is a Very Lite program to measure your CPS G-CPS is a very lightweight program, it contains multiple color themes, and several options to adjust the test time (1, 3, 5, 10, 15, 30 and 60) s. It also saves the CPS record that you have achieved, each time mode has a different record. Source Code: GitHub: https://github.com/PETEROLO291/G-CPS You can try it out with: https://sourceforge.net/projects/flame-auto-clicker/ Info: Installer: 9.3MB Program: 27.5MB...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 25
    Macast

    Macast

    A cross-platform application using mpv as DLNA Media Renderer

    A menu bar application using mpv as DLNA Media Renderer. You can push videos, pictures or music from your mobile phone to your computer. After opening this app, a small icon will appear in the menubar/taskbar/desktop panel, then you can push your media files from a local DLNA client to your computer.
    Downloads: 6 This Week
    Last Update:
    See Project
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.