Showing 23 open source projects for "pyinstaller"

View related business solutions
  • 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
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 1
    PyInstaller

    PyInstaller

    Freeze (package) Python programs into stand-alone executables

    ...The main goal of PyInstaller is to be compatible with 3rd-party packages out-of-the-box. This means that, with PyInstaller, all the required tricks to make external packages work are already integrated within PyInstaller itself so that there is no user intervention required. You’ll never be required to look for tricks in wikis and apply custom modification to your files or your setup scripts.
    Downloads: 150 This Week
    Last Update:
    See Project
  • 2
    Pyinstaller of Death
    Pyinstaller of Death is a GUI front end for Pyinstaller. I don't mind the command line, but if you have a lot of imports this can come in handy.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    PyExcelerate

    PyExcelerate

    Accelerated Excel XLSX Writing Library for Python 2/3

    Accelerated Excel XLSX writing library for Python. PyExcelerate is a Python for writing Excel-compatible XLSX spreadsheet files, with an emphasis on speed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Randomizer
    This is a number generator made on Python. That script uses simple Random library and Tkinter to create the main window. I compiled it in .exe by PyInstaller and uploaded on sourceforge.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    This file is capable of creating tools in Python (preferably written using the tkinter graphical interface), but to do so, you need to have the latest version of Python installed on your computer. In addition, you must install pyinstaller using the command pip install pyinstaller to be entered in CMD. Alternatively, you can use this other .bat file that autonomously installs many Python utilities. This link: https://sourceforge.net/projects/pip-installs-and-up-for-python/ You will find the Tool in C:\Users\User\Desktop\Create Tool Folder\dist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    A WAD of Dungeon Mazes

    A random map WAD file generator

    ...With a combination of this and at least two other software packages (a free Doom 2 source port, and a free Doom IWAD) you can create a completely free dungeon crawls game. Note, if you're downloading the compiled exe instead of the Python files that it has been "frozen" with pyInstaller. The way the exe is formed sometimes makes virus sofware suspicious (try googling "windows blocked pyinstaller" for info). If you feel better about not using the exe just download Python 3 and use the python files. The doomstarter.pyw file is the entrypoint. The latest changes to V1.2 were designed to make the user interface much more compact so that people running Windows screens on Zoom 150% can still see all the buttons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AutoClicker 2026 Record Mouse/Keyboard

    AutoClicker 2026 Record Mouse/Keyboard

    Free AutoClicker 2026 – Mouse Recorder, Keyboard macro tool

    ... 🖱️ FEATURES 🖱️ - Bézier Curve Technology – smooth, human-like cursor paths - Mouse Recorder & Playback – save recordings as JSON files - Keyboard Macro Recording – capture keystrokes + mouse together - Sequence Chaining & Loop Support – combine recordings, run repeats - Global Hotkeys – F1/F2 start/stop, no window focus needed - Cross-Platform – Windows 10/11, Linux, macOS - Standalone .exe – no Python install required on Windows PERFECT FOR Gaming automation, form filling, data entry, UI testing, and RSI accessibility assistance. BUILT WITH Python 3.7+, Tkinter, pyautogui, pynput, numpy. Packaged with PyInstaller.
    Leader badge
    Downloads: 169 This Week
    Last Update:
    See Project
  • 8

    CivitAI-Post-Tracker

    A local self-hosted tracker for CivitAI post analytics.

    A Windows-first local desktop app for tracking CivitAI post performance, collection activity, CSV snapshots, and a generated HTML dashboard. The app keeps its runtime data on your machine. It can run from source or as a portable PyInstaller EXE build. ## Unofficial Tool And Platform Terms CivitAI Tracker is an unofficial community tool. It is not affiliated with, endorsed by, or supported by CivitAI. The app is intended for local personal analytics for a user's own CivitAI account and content. Users are responsible for complying with CivitAI's terms, platform rules, and applicable law. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    EasyEXE

    simplify converting Python scripts into standalone executables.

    EasyEXE is a Python script designed to simplify the process of converting Python scripts into standalone executables. It utilizes PyInstaller to achieve this conversion and provides a user-friendly interface for customizing various options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    Py2EXE

    Py2EXE

    Convert a Python script into an executable (.exe) file using PyInstall

    This is a Python to Exe Converter application built using PyQt5. It allows you to convert a Python file into an executable (.exe) file using PyInstaller. It provides a graphical user interface (GUI) where you can select a Python file, choose conversion options, and specify the output folder. The application utilizes PyInstaller to package the Python code and its dependencies into a standalone executable file.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 11
    BINPython

    BINPython

    Lightweight and small portable Python, build with pyinstaller

    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    VENOM C2 shellcode

    VENOM C2 shellcode

    C2 shellcode generator/compiler/handler

    The script will use msfvenom (metasploit) to generate shellcode in different formats ( C# | python | ruby | dll | msi | hta-psh | doc | apk | macho | elf | deb | mp4 | etc ) injects the shellcode generated into one template (example: python) "the python function will execute the shellcode into ram" and uses compilers like gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file. It also starts a handler to receive the remote connection (shell or meterpreter) venom 1.0.11 (malicious_server) was build to take advantage of apache2 webserver to deliver payloads (LAN) using a fake webpage writen in html to be hable to trigger payload downloads, the user just needs to send the link provided to target host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PyInstaller Extractor

    Extract contents of a Windows executable file created by pyinstaller

    MIGRATED TO GITHUB https://github.com/extremecoders-re/pyinstxtractor This is a python script to extract the contents of a PyInstaller generated Windows executable file. The contents of the pyz file (usually pyc files) present inside the executable are also extracted. The pyc files are made valid so that a python bytecode decompiler will recognise it. Script can run on both python 2.x and 3.x Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported
    Leader badge
    Downloads: 189 This Week
    Last Update:
    See Project
  • 14
    cdepanel

    cdepanel

    CDE desktop environment Front Panel emulation

    Common Desktop Environment (CDE) front panel app emulation written in python. Get the 90-ties retro look and feel on your linux machine ! Comes with the original CDE color schemes and integrates with Xfce4 (Window decorations/backdrops) Tested on Xubuntu 16.04/17.10 and Linux Mint 18.3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    venom - shellcode generator

    venom - shellcode generator

    msfvenom shellcode generator/compiler/listenner

    The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( c | python | ruby | dll | msi | hta-psh ), injects the shellcode generated into one funtion (example: python) "the python funtion will execute the shellcode in ram" and uses compilers like: gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file, also starts a multi-handler to recibe the remote connection (reverse shell or meterpreter session). -- 'shellcode generator' tool reproduces some of the technics used by Veil-Evasion framework, unicorn.py, powersploit, etc,etc,etc.."P.S. some payloads are undetectable by AV soluctions yes!!!" one of the reazons for that its the use of a funtion to execute the 2º stage of shell/meterpreter directly into targets ram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Youpy

    Youpy

    A simple Console Youtube Playlist Downloader

    A simple Console application to download Youtube playlists (Only supports full video quality download for now) Created in python and compiled in pyinstaller for easy and portable usage. Automatically saves playlist in home folder *Linux Automatically saves playlist in youtube downloader directory *windows * Supports Windows and Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Oracle-to-S3 data uploader

    Ad-hoc data uploader for Oracle and Amazon-S3

    ...It's executable (Oracle_To_S3_Uploader.exe) - no need for Python install. It's 64 bit - it will work on any vanilla DOS for 64-bit Windows. AWS Access Keys are not passed as arguments. Written using Python/boto/PyInstaller. Purpose Stream (upload) Oracle table data to Amazon-S3. How it works Tool connects to source Oracle DB and opens data pipe for reading. Data is pumped to S3 using multipart upload. Optional upload to Reduced Redundancy storage (not RR by default). Optional "make it public" after upload (private by default) If doesn't, bucket is created You can control the region where new bucket is created Streamed data can be tee'd (dumped)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    TabbyLogger

    Live log viewer in tabs written in Python using PySide.

    TabbyLogger Live log viewer in tabs written in Python using PySide. Ready to be compiled to exe by PyInstaller or Cx_freeze. It was created as a helper for working with Openerp logs but it will be useful for anyone who needs to see live log of any application. It is also simple example of handling QT tabs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PyInstaller

    PyInstaller

    Converts (packages) Python programs into stand-alone executables

    ...The main goal of PyInstaller is to be compatible with 3rd-party packages out-of-the-box. This means that, with PyInstaller, all the required tricks to make external packages work are already integrated within PyInstaller itself so that there is no user intervention required. You'll never be required to look for tricks in wikis and apply custom modification to your files or your setup scripts.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 20

    Ancient World Of Generica

    A Current Text combat game transitioning to Dungeon Crawler/Roguelike

    This is a little game i have programmed for a while in python and compiled with pyinstaller. It is a very early alpha with only a few feature to boot in the first internet release version. These include: -Rudimentry Saving and loading -Weapons, armor and potions(but no inventory to store them in as of yet) - A modding interface for the above -Basic Text combat and morale implemented for a basic monster logic - Basic procedural generation for the above -Classes and Races This at the moment only supports 32/64 bit windows, but linux support will be here in the next version Have Fun modding and playing my game! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Weight Loss Formula

    Basic Formula for weight loss. Created using Python 2.7 & Pyinstaller

    Simple .exe file to determine weight loss
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PythBinConv

    Python Bin Converter produit un binaire depuis un fichier python

    Python Bin converter permet de générer un exécutable Windows en interface graphique depuis un fichier source python. Ce n'est qu'une version graphique de l'utilitaire pyinstaller. Sous Windows, nécessite pywin32 (http://sourceforge.net/projects/pywin32/files/), fourni dans le dossier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Colony

    Colony

    An ant simulation game involving user interaction.

    ...Ants spawn and live in their colony breeding, feeding, and hoping they will not die of disease. The user plays as a god destroying their colony with different skills depicted by their "player points". Colony is compiled with PyInstaller and the music and sound effects were created by lunarfox (http://www.facebook.com/lunarfox, http://soundcloud.com/lunarfox)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB