Search Results for "python to exe compiler" - Page 6

Showing 148 open source projects for "python to exe compiler"

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
    The Markovski project implements an interpreter/compiler for a language named Markovski, used to write Markov algorithms (see http://en.wikipedia.org/wiki/Markov_algorithm).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Software that provides a GUI for py2exe and the creation of executables (EXE) out of python scripts... Much more easy than the default py2exe way. :) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** OBSOLETE: please use instead https://pypi.python.org/pypi, http://pythonhosted.org/distribute/easy_install.html and http://megastep.org/makeself/ *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Cross C/C++ Compiler / Debugger IDE gui Plugin for Leo, a Literate Editor with Outlines
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    a delegate compiler and a numerical scripting language (like syscalls). the compiler is done in concept but the backend is still in the brainstorming phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 5
    Compiler for message-passing network protocols, currently based on UDP. APC is written in Python and produces C code. It includes a C run-time library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    An open-source cross-platform compiler for the Savage Innovations OOPic microcontroller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A sendmail Milter written in Python. It rejects Mail containing certain attachment filenames (.exe, .pif ..., configurable) or containing a virus (calling a single-user license commandline scanner) by answering the smtp DATA step with "554 5.7.1". Thus
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Compilador LaST para maquinas StanV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Genetic Programming framework written in Python. Takes advantage of python\'s compiler to make things simple. Includes basic genetic operations (rank/roulette selection,crossover,mutation,steady state,elitistm ...)
    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
    GP2Exe makes .exe files from Python scripts. But it isn\'t like those complicated programs availble, where coding is not important but essential: it has a stable, fast, user-friendly and intuitive GUI to make things as easy as they can be.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Better ASN (developed by Thawte Technologies,) is a Java ASN.1 API that achieves near 100% encoding efficiency for typical ASN.1 usage. An ASN.1 to Java compiler is provided, facilitating custom extension of the API for any application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A powerful command line-, plus a GUI editor for ICQ sound schemes. Enables people with alternative ICQ clients to make use of the many sound schemes available on the net. Written in Python, platform-independent. Separate Windows EXE is available, too!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pyAxcess is a compiler, written in Python, for the AMX Corp. AXCESS control system language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    bedevere provides a SWIG wrapper to the GNU Prolog compiler. Current emphasis is on Python support. Other languages supported by SWIG will likely be accepted as long as they do not interfere with Python support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ly: a 'lyterate' programming engine written in Python, featuring an easy-to-read syntax based on indentation. Source files look very similar to the HTML produced from them. Does chunking (arrange the code as you like, not as your compiler wants you to).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mySAL -- A simple single assignment language Single assignment languages are a kind of "functional" language where the parallelism is easy to discover. mySAL is a relative of SISAL, and old and distinguished SAL. The provided compiler and runtime
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ORBit-Python is a project to develop Python bindings for ORBit. It supports dynamic loading of IDL (no IDL compiler required), and most of ORBit's TypeCodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Monty compiler

    Low level programming language and compiler

    Low level programming language and compiler close to python. Intended for experiments with in processor design. Consists of language definition, compiler and simple cpu simulation written in python. The compiler can be adapted to different processors easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CPyrol

    an alternative interpreter for the Python programming language

    The aim of the CPyrol project is to create a complete Python interpreter written in C++ with minimal system requirements and a very clean codebase. I am working on this project mainly to gather experience with the current C++ standart (C++ 11) and with compiler development, it is not (yet) intended for practical usage. This project is at an early stage of development. Currently implemented is a Lexer, Parser and Code Generator for compiling Python code into CPython-compatible bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Freeode

    Freeode

    Solve Differential Equations

    Freeode is a compiler for the SIML programming language. It is a specialized language to solve differential equations. The compiler creates a python program that uses Numpy and Scipy to do the numerical computations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    DyLePLib

    Dynamic Lexer and Parser Library for python

    Top-down parser with dynamically modified grammar. May be a bit slower than tool-generated parsers, but grammar may change in runtime. That lets you create languages with dynamically changing grammar, is perfect for embedded scripting languages and allows easier compiler creation process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    It's a brainfuck interpreter written in Python (In the future will be also a compiler for x86 and have a GUI).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    wifi-passphrase-grabber-2.1

    wifi-passphrase-grabber-2.1

    open source software can grab all stored wifi passwords.

    open source software that help with wifi hacking, if the password was too complex you can grab it from the system using this tool, please don't use it to harm other its only for educational use to show how hacker's can hack into the network even with a PSK. this software only works on win10-11 other systems it will send you system is not supported in the current version of storm wifi grabber. license By downloading this, you agree to the Commons Clause license and that you're not...
    Downloads: 0 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.