Showing 158 open source projects for "python to executable file"

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
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    Phormat is a dataset format analysis tool to aid in the understanding and comprehension of unknown or undocumented file and protocol formats.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    GTO is a file format whose primary usage is storage of static geometric data, though it can be used to store just about anything.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    sabnzbd-xmlgui is an Ajax based frontend built around sabnzbdplus. It also provides an xml based API for other applications to easily connect with sabnzbd while at the same time maintaining the existing web based ajax gui.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    UWATEC UDDF Tools is a set of tools that you can convert your previous Datatrak log file, or transfer your new dives (serial, memomouse, infrared) and export them in the UDDF format.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    FlameBin is a binary file downloader for usenet. It supports multiple servers, simultaneous file downloads and other common usenet binary downloader features. An advantage over other binary downloaders is that it is cross-platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Platform-independent C-API library implementing the Record-JAR file format, with mappings to other languages/technologies, including C++, COM, D, .NET, Python, Ruby, and STL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Libraries and tools to support software design using executable code as specifications, to support Test Driven Development and other Agile methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PyPNetCDF is a Numeric-based Python package that allows read and/or write to NetCDF file in a parallel environment using MPI and an interface created to PnetCDF library. The objects are very similar to Konrad Hinsen's definitions but in a parallel way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Leaser is the codename for an experimental XML document server written in Python.
    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
    A command-line python-based RSS 2.0 enclosure retriever. Designed with Podcasting in mind, podpooper.py can retrieve the latest enclosures from an RSS 2.0 feed. Supports mass RSS feed subscriptions via OPML feeds and PLS playlists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project offers 3 basic tools for manipulating binary files: 1) flexible hexdump 2) hexencoder that reads a binary file and applies provided binary changes at given offsets and 3) a binary compare that gives summary of ranges where files differ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mos2Gnu is a conversion utility to generate a GNU MathProg description file, understandable by the GNU Linear Programming Kit from the proprietary X-Press Mosel's file format
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    iTorrent allows you to download BitTorrent podcasts from iTunes. It transforms BitTorrent podcasts so that you can update them just like any other podcast in iTunes.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    A dialect of XUL implementing most of Mozilla XUL's Fourth Draft. XML User Interface Language (XUL) is a method for easily creating GUI applications. Lux XUL supports Python scripting via Jython 2.1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Libverticale's mission is to provide semantic web services for an artists center.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ServicemarX allows you to easily discover, bookmark, and share network services. It extends Bonjour (formerly known as Rendezvous) by expanding its scope Internet-wide. ServicemarX also enables Tiger's Wide Area capabilities. (full source in CVS below)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PyINI is a cross-platform INI file parser library that can read, edit and create INI files. INI is a plain text format for storing program profile. PyINI is written in Python, and C/C++ (and other languages in the future) binding is also avaiable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    FlatCC FlatBuffers in C for C

    FlatCC FlatBuffers in C for C

    FlatBuffers Compiler and Library in C for C

    flatcc has no external dependencies except for build and compiler tools, and the C runtime library. With concurrent Ninja builds, a small client project can build flatcc with libraries, generate schema code, link the project and execute a test case in a few seconds, produce binaries between 15K and 60K, read small buffers in 30ns, build FlatBuffers in about 600ns, and with a larger executable also handle optional json parsing or printing in less than 2 us for a 10 field mixed type message...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    orjson

    orjson

    Fast, correct Python JSON library supporting dataclasses, datetimes

    orjson is a fast, correct JSON library for Python. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively. orjson supports CPython 3.8, 3.9, 3.10, 3.11, and 3.12. It distributes amd64/x86_64, aarch64/armv8, arm7, POWER/ppc64le, and s390x wheels for Linux, amd64 and aarch64 wheels for macOS, and amd64 and i686/x86 wheels for Windows. orjson does...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Write your HotSync conduit in Python. Initial source code kindly donated by Jeff Senn. Project source almost complete when donated. Currently Alpha status due to dormancy. Project is a Python module that talks to the Palm C HotSync APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project is a collection of Python modules and tools for reading Advanced Disc Filing System (ADFS) data from floppy disk images and extracting data from them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python library parser for the Windows NT/2k/XP/Vista registry file format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PEInside is a quick and easy way to view the structure and content of 32-bit Portable Executable (PE) and Component Object File Format (COFF) files which supports the viewing of EXE, DLL, LIB, OBJ, and other file types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A python based utility to export key value pair into a CSV file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    rss2mail is some script thats take RSS feed and write all items into UNIX mbox file.
    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.