[go: up one dir, main page]

Showing 25 open source projects for "auto py to exe"

View related business solutions
  • 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
  • Ditto Edge Server is a lightweight standalone server for resource-constrained edge environments, based on the core Ditto Edge SDK. Icon
    Ditto Edge Server is a lightweight standalone server for resource-constrained edge environments, based on the core Ditto Edge SDK.

    With Ditto Edge Server, you can join devices as small as a Raspberry Pi to a local mesh network and synchronize data across edge environments.

    Ditto's Edge SDK is the only thing your edge devices need to ensure your application is operational in any environment, regardless of network conditions.
    Learn More
  • 1
    Prisma Client Python

    Prisma Client Python

    Prisma Client Python is an auto-generated and fully type-safe database

    prisma-client-py is an auto-generated Python ORM for Prisma schema files, bringing Prisma's developer experience to Python projects. It provides a type-safe, intuitive interface for interacting with databases like PostgreSQL and MySQL. prisma-client-py is ideal for Python developers who want static typing, code completion, and seamless integration with modern backend stacks.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    NVIDIA GPU Exporter

    NVIDIA GPU Exporter

    Nvidia GPU exporter for prometheus using nvidia-smi binary

    Nvidia GPU exporter for prometheus, using nvidia-smi binary to gather metrics. There are many Nvidia GPU exporters out there however they have problems such as not being maintained, not providing pre-built binaries, having a dependency to Linux and/or Docker, targeting enterprise setups (DCGM) and so on.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Rbatis

    Rbatis

    Rust High Performance compile-time ORM(RBSON based)

    ...Zero cost Dynamic SQL, implemented using (proc-macro,compile-time, Cow (Reduce unnecessary cloning)) techniques, don't need ONGL engine(mybatis) Free deserialization, Auto Deserialize to any struct(Option,Map,Vec...) High performance, Based on Future, with async_std/tokio, single threaded benchmark can easily achieve 200,000 QPS. logical deletes, pagination, py-like SQL and basic Mybatis functionalities. Supports logging, customizable logging based on log crate. 100% Safe Rust with #![forbid(unsafe_code)] enabled. rbatis/example (import into Clion!). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    PyDeloy

    PyDeloy

    PyDeploy – A tool for packaging .py files into .exe files

    Visit website: https://github.com/duyxyz/PyInstallerGUI-PyDeloy
    Downloads: 0 This Week
    Last Update:
    See Project
  • The most advanced C and C++ source code analyzer Icon
    The most advanced C and C++ source code analyzer

    Combining the benefits of static and dynamic source code analysis to deliver the most advanced & exhaustive code verification tool.

    TrustInSoft Analyzer is a C and C++ source code analyzer powered by formal methods, mathematical & logical reasonings that allow for exhaustive analysis of source code. This analysis can be run without false positives or false negatives, so that every real bug in the code is found. Developers receive several benefits: a user-friendly graphical interface that directs developers to the root cause of bugs, and instant utility to expand the coverage of their existing tests. Unlike traditional source code analysis tools, TrustInSoft’s solution is not only the most comprehensive approach on the market but is also progressive, instantly deployable by developers, even if they lack experience with formal methods, from exhaustive analysis up to a functional proof that the software developed meets specifications.
    Learn More
  • 5

    AutoClickLil

    Auto Clicker

    AutoClickLil is an auto-clicking application which can record alot of different clicks with different interval.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Youtube-To-MP3

    Youtube-To-MP3

    A simple Youtube to mp3 application written in python.

    ...I did my best to make it have a simple intuitive design, so now you don't have to go to the sketchy converters. IF NOT ON WINDOWS I believe it should work on other operating systems but I've not tested. If your OS can't run an .exe file then you must run the .py file (source code) directly.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Seri-Serial Monitor

    Seri-Serial Monitor

    A Serial Terminal in Command Line

    A command-line based serial terminal written in Python. This tool allows you to communicate with devices over a serial port (e.g. Arduino, ESP, Pi Pico, etc.) directly from your Windows command prompt or terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...Features Download videos from YouTube, X (Twitter), Instagram, TikTok, and more Extract audio as MP3 Add a black 1920x1080 background to vertical videos Custom file naming with date + optional title (e.g., 04-22-25 Bama 3rd Down.mp4) Platform-specific output folder routing Auto-send to Catapult Thunder Transcode (720p) folder Quiet mode (no popups, background-only) Persistent save directory and config cache Batch queue with real-time progress Local file support — drag & drop MP4s for post-processing Fully bundled .exe — no Python or ffmpeg
    Downloads: 19 This Week
    Last Update:
    See Project
  • 9
    microfileserver

    microfileserver

    small HTTP server for everyday sharing. micro-file-server

    FTP like desing, HTTPS support, configurable, in one file - py or exe. Secure, with sha512 checksum, no installation required, small and fast. microfileserver, micro-file-server, micro_file_server
    Downloads: 0 This Week
    Last Update:
    See Project
  • Corporate Compliance Software | Skillcast Icon
    Corporate Compliance Software | Skillcast

    Trusted by 1,400+ companies to simplify compliance

    Skillcast delivers compliance training and RegTech through a unified Compliance Portal that brings e-learning, Policy Hub (versioning & attestations), staff declarations, compliance registers, CPD/Training 360 and Events Management in one place.
    Learn More
  • 10

    PyAutoActions

    GUI That Enables and Disables HDR Automatically for Added Processes.

    ...When using ForceAutoHDR to force windows auto hdr, system hdr is required to be enabled before game start. Launching the game from system tray Is required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    cppsp

    cppsp

    cppsp --a scripting language base on c++

    cppsp is a transpiled script-like language. Its compiler:cppsp_compiler is a kind of source-to-source compiler. Download the cppsp_compiler.exe or compiler the sourcecode by yourself. Requirement:prepare your own c++ compiler and set it's folder to environment path. Optional: put the folder path of exe to environment. Use cmd or other console to compiler .cppsp file: cppsp_compiler(if not in environment path:.\cppsp_compiler.exe or c:...\cppsp_compiler.exe) script.cppsp. Setting c++...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    apiDoc

    apiDoc

    RESTful web API documentation Generator

    apiDoc creates a documentation from API annotations in your source code. apiDoc gives you the ability to attach a version number to an API so you can easily track changes between versions. Creates an apiDoc of all files within dir myapp/, uses template from dir mytemplate/ and put all output to dir apidoc/. Without any parameter, apiDoc generate a documentation from all .cs .dart .erl .go .java .js .php .py .rb .ts files in current dir (incl. subdirs) and writes the output to ./doc/. apiDoc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EmuSAK UI

    EmuSAK UI

    Download saves or mods for Nintendo Switch emulators

    ...This is a tool to manage your switch emulators, such as downloading saves or mods. Just go to the releases page and download the latest build for your OS. Only on Windows there is an auto-update feature. Install the software by executing the .exe file. Afterwards, you can remove the software like any other program on your computer. Download the .deb file, then install it with sudo dpkg -i ./emusak-ui-X.Y_amd64.deb. Add one or multiple Ryujinx folders (where Ryujinx.exe is located) to manage different builds (such as mainline, portable, LDN, etc.) ...
    Downloads: 114 This Week
    Last Update:
    See Project
  • 14
    Battery Life Saver

    Battery Life Saver

    Battery Life Saver can extend the life span of laptop batteries.

    Battery Life Saver can extend the life span of laptop batteries. Using a Laptop Battery continuously by overcharging above 90% or by below 15%, reduces its life span. This light-weight .exe program, Battery Life Saver will alarm, on excess charging or discharging. Set the desired Battery Limit Percentage using the slider, say 50% and allow the Battery Life Saver to give alarm. It automatically detects, charging and battery status. For more advanced options, contact the...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    ThinkJava. The Professional Java IDE

    ThinkJava. The Professional Java IDE

    Better than IntelliJ. Lightweight. Professional.

    The professional Java IDE free for everyone. No free trial. Free forever for everyone and lightweight, which does not make your system lag and install in any drive. IDE source code from Silver-J Original: https://github.com/pritamzope/Silver-J_IDE Join the ThinkJava Discord server: https://discord.gg/YARVk4qP2H Donate me pls (i took a lot of work to do this so pls) https://paypal.me/ZIsnomo Send some feedback, pls! https://forms.gle/GRnhA9HDHW83rXvF6 Bugs? Missing files? Email me at...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Py-Cam

    Py-Cam

    Capture Image of Front Webcam || Just Sending A Link

    This tool help to you grabs images of any OS Devices by just sending a link. In this, a javascript code usage a MediaDEvices.getUserMediia() which help to grab photo. This tool develop using python which only work on windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Goliath Auto Screen Capture
    Goliath Auto Screen Capture is a free tool for taking rapid-fire screenshots. The user can simply select an area of the screen to capture, then use their computer as usual until ready to end the recording.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    2048 Python , AI , 1 or 2 players

    2048 Python , AI , 1 or 2 players

    py 2048, a well know 2048 clone board game

    Written in Python 2.7.x and pygame1.9.1~2 compliant (at least) Python 3.4 HOW TO PLAY: keyboard UP, DOWN, LEFT, RIGHT, escape to quit increase your score shifting tiles with same number. the value of resulting tile is multiplied *2. CUSTOMISE YOUR GAME: edit py2048.cfg configuration file. you can: -Change Raws and Columns amount. -Change Random range value of new tile. -Limit the maximum tile value. -Limit time allowed for movement. -Enable no movement (a new tile appear...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    D&D Next Loot Generator

    Loot generator for D&D Next

    ...It's written badly but there are no bugs (that I know of) and it works as intended. It's written in python and the .csv and .txt files can be added to if you want to add your own loot. Just run the .exe file for it to run (in windows!). It's also good for any other fantacy RPG, or you can create your own csv and txt files for a modern RPG you are running. Needless to say, if you are running Linux and have the right version of python, this should work just by running the .py file. I wrote it and tested it in Ubuntu so shouldn't be an issue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Z4 Phreak Tools 2.0

    Z4 Phreak Tools 2.0

    Modify Request and Response Header

    New Fitur : - Fix GUI & Header - Fix Replacer, +Header, Parsing - Add fitur Delete header & Line in +Header - +Header ( Payload Header, Payload Data, Response ) - Traffic - Auto Save All Setting - Auto Save Position - Middle Query - Manual add Anti Sniff - Option Skin - etc pass : cek di forum dan di website This Trial Version 15 Days Visit to zayarazta.esy.es NB : untuk pengguna windows 7 yang error saat buka tool ini, silahkan replace aja file exe nya dengan file dibawah ini : https://dl.dropboxusercontent.com/u/71524183/DATA%20ZAYA/Z4%20Phreaker/Z4Phreak%202.0.rar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SauceWalk Proxy Helper

    Enumeration and automation of file discovery for your sec tools.

    SauceWalk is a freeware(.exe)/Open Source(.py) tool for aiding in the enumeration of web application structure. It consists of 2 parts a local executable (walk.exe) and a remote agent. Walk.exe iterates through the local files and folders of your target web application (for example a local copy of Wordpress) and generates requests via your favourite proxy (for example burp suite) against a given target url.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Spess shooter

    A python/pygame bullet hell shmup.

    Scrolling bullet hell shooter written in python + pygame. The downloadable .zip contains the .py files, the assets (graphics, sound effects and music), and an .exe produced with py2exe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mouse Steroids

    Mouse Steroids

    Spam mouse clicks EXTREMELY fast!

    ...When you want to stop spamming a mouse button, just click with that button. (sometimes, you have to click that button a couple of times before it stops, but not usually) >Download the .exe for just the application >Download the .au3 for just the AutoIt3 source code >Download the .rar or .zip for both .exe and .au3 Check out more at RandomDuck.NET
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fo & Rui 3D game
    Fo & Rui 3D video game demo, made in Blender 2.49b. Download includes: game *.exe file, data files (sounds, textures), Blender *.blend file and Python script *.py file. More info: http://student.agh.edu.pl/pmierzwa/fo_and_rui_3d.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Batch File Creator
    This ultilitary is a shell extension that let's you to easily create Batch File Shortcuts to .exe files with your parameters. Once you right click a .exe file, it will appear an option Batch File Creator, just select it to start creating!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next