Search Results for "python to executable file" - Page 91

Showing 3787 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
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 1
    pti is a fully crossplatform meta-info viewer for bittorrent files, it can show info within torrent files: name, hash, tracker (multitracker support), total size, etc ... and real time stats like actual seeders, leechers and total downloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This program allows renaming of multiple files at once by providing an editor with the names of the given files. This way the sophisticated features of this editor (for example vim) can be used to rename a whole bunch of files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Plugins for the Code::Blocks IDE to support interpreted languages. File Manager and Tools+ plugins are now part of Code::Blocks contrib. Code in SVN. Active development is at github.com/spillz/codeblocks-python. SVN here is no longer maintained.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    java based, extendable, os independent, pluginable multifunctional chat client and server
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    Download free audio and video content ("podcasts") from the Internet and watch it on your computer or on the go. Available for different platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Hylt is a file format that provides HYperLinked Text with minimal markup, meant to be both easy to view in any program and easy to keep in a version control system. The Hylt project covers the file specification, viewers, and tools to manage Hylt files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Anatomic P2P is a decentralised BitTorrent Network Implementation. It uses a modified BitTorrent client and various PHP based 'supertrackers' and trackers throughout the internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SMB for FUSE is a Network Neighborhood (Samba shares) filesystem. It works like smbfs, but instead of accessing one share at a time, all computers and workgroups are accessible at once from a single filesystem mount, making network browsing just as easy a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The goal of Xplico is to extract the applications data from an Internet traffic capture. For example, from a pcap file Xplico extracts each email (POP, IMAP, and SMTP protocols), all HTTP contents, each VoIP call (SIP), and so on. NFAT
    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.
  • 10
    JFN (Jabber Feed Notifier) is a Jabber client/component that send notifications of new feeds entries. You can configure it to send you only notifications, summary message or full message, and more. In addition, you can send your OPML file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Computer Temperature Monitor is a little applet for the GNOME desktop that shows the temperature of your computer CPU and disks on screen. It allows you to log temperatures to a file. You can set alarms to notify you when a tempertature is reached.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Laptop Temperature Monitor is a little applet for the GNOME desktop that shows the temperature of your CPU on screen. You can log temperatures to a file as well. Laptop Temperature Monitor is released under the terms of the GNU General Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Motion Graphs in Blender

    A Blender 2.6+ addon that aims to implement Motion Graphs

    ..., or can be baked to a file in a compact format so that it can be retrieved later without the need of re-computation. This motion graph can be used to generate arbitrary length motions that is composed of frames from the original motions and some generated transition frames between them. The add-on is currently being extended for path synthesis where the the animation required to make the character traverse an arbitrary path will be generated from the motion graph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BlockIt provides a Python framework to scan and parse a program file into constituent nested blocks, however defined, forming a block tree of your code and can be used as a mechanism to "extend" in some sense, the underlying programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Openbox hotkeys - MS Ergonomic Keyboard

    Openbox key bindings for Microsoft Ergonomic Keyboards

    This is a simple program that provides a simple way to use the special keys on Microsoft Ergonomic Keyboards in openbox. Several keybind entries are added to the rc.xml file in the openbox config. Commands are stored in a seperate config file (default is ~/.ergo-favrc). This is so that changes are reflected by openbox immediately, without needing to restart. Openbox WILL need to be restarted after the initial install though. There a number of commands added by default. These use generic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Noisy Channel Simulator

    Demonstrate errors in transmission of a file over a noisy channel.

    This program was written to dimonstrate errors in transmission for a presentation on Claude Shannon's Noisy Channel Coding Theorem. It takes an input file, the probability of a bit being flipped, and, if specified, the size of the header of the file. The program was intended to take monochrome bitmap files as input, so that each bit refers to a pixel in the image and thus, it would be easy to see errors in the output file, as some of the pixels would be flipped; however, it will work on any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    FactHash

    Factorial Hashing Function

    My first attempt at a one-way hashing class/algoritm, built as a python class. It produces variable length hash from a message block of the size you want. The resulting hash will be ~2x the message block in size, and should provide for at least as many bits of security as the block itself. I updated this, with a different hash than original, since I found a potential collision on some blocks, not but specific to that challenge. To further correct this, I modified the padding when it's less...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    rootforce

    On-the-fly process capability changer

    Did you ever work on a config file for over 5 minutes just to discover on saving that you forget to sudo the editor? Rootforce solves this problem, as it (metaphorically) allows to create a big red sudo button which gives the running editor the permissions it needs. In fact it’s built to be called by a hotkey daemon like the one built into KDE to change the capabilities of a running process. See https://gitlab.com/rootforce/rootforce for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    AgoraMX

    Python WinMX client

    AgoraMX is a decentralised chat and file sharing client intended for use in support of the activities at http://theagoraproject.org It is currently in experimental phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Pass Phrase Generator

    Strong pass phrase generator using python on ubuntu

    Strong pass phrase generator using python on ubuntu. The code takes 2 random words and a random number, concatenates them together and puts one of the words into upper case. This provides a long easy to remember pass phrase which satisfies "must include numbers, letters, upper and lower case" password guidelines. The code is called Pass Phrase Generator because it lets me use the acronym PPG which is the energy weapons used in Babylon 5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    notifiles
    notifiles is a multiplatform application (Linux, MacOSX, Windows) intended to fire various kinds of custom notifications (podcasts, eMails, logs, scripts) when new files are created inside watched folders.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Tikal Online

    Tikal Online - 3D MMORPG (Torque/Python)

    Tikal Online is a free 3D MMORPG developed with Torque Game Engine (Python) Tikal Online es un juego gratuito MMORPG 3D desarrollado en Torque Game Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Lightningbeam

    Lightningbeam

    IDE for creating interactive Flash and HTML5 content

    Lightningbeam is a free, open-source alternative to Adobe Flash. It is written in Python, and uses PyGUI for a GUI, swfc for compiling, and Cairo for image processing. It has the ability to export to HTML5 as well as .swf, allowing for viewing on non-Flash-compatible devices (such as the iPhone or the Kindle), and can pack all resources into a single HTML file for portability. Lightningbeam supports ActionScript, allowing for interactive content creation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    start_chung
    start chung is a small launcher i have written in Liberty Basic >> edit buttons, launch applications then exit on one click >> may open any files >> usefull if your windows/desktop is busy >> one desktop shortcut can open 24 applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A set of Unix command line tools for quick and convenient batch processing of tabular text files (a.k.a., tab-delimited, csv, or flat file format) with a header line. Provides delimiter and compression detection, column reference by name. * tblmap: per-line ("map") computation: derive columns through an expression, delete, reorder, filter rows. * tblred: compute ("reduce") aggregations (e.g., sum, average) over groups defined by key columns. * tbldesc: Summarize columns in file (e.g...
    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.