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

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

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
  • Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use. Icon
    Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use.

    Transform user access with Frontegg CIAM: login box, SSO, MFA, multi-tenancy, and 99.99% uptime.

    Custom auth drains 25% of dev time and risks 62% more breaches, stalling enterprise deals. Frontegg platform delivers a simple login box, seamless authentication (SSO, MFA, passwordless), robust multi-tenancy, and a customizable Admin Portal. Integrate fast with the React SDK, meet compliance needs, and focus on innovation.
    Start for Free
  • 1
    IEC 101  Server Client Python

    IEC 101 Server Client Python

    IEC 60870-5-101 Protocol - python windows and Linux - ctypes

    v21.06.012 The IEC 101 Protocol Server and Client implemetation in Phyton. IEC 101 Protocol Python we did a python wrapper for our IEC 101 implementation using ctypes. and tested in Windows and linux x86_64. in the package tests folder , you can find the server and client test programs. using this, you can simulate complete IEC 101 Server device(iec101servertest.py) and client(iec101clienttest.py). or PyPI page https://pypi.org/project/pyiec101/ install using - pip...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Free VHDL Parser with Java, Python and T

    IEEE VHDL-93 LRM supported parser implemented in Java, APIs Python/Tcl

    ... bundled as an executable JAR file along with an application which reads a RTL file(s), dumps the design units and the reverts those back. Please refer to the document for the details of the available APIs. You need Java JRE 1.6.x or above in order to use this utility. Feel free to contact the support team for any assistance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Temp file killer

    Temp file killer

    Temp file cleaner for windows

    this software cleans your pc and make it faster
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Shuffled File Set Renamer

    Shuffled File Set Renamer

    Randomly rename and shuffle all files in a folder

    ..., this can help. The sets are useful if you want to split your collection of... say 120 files into sets of 20 files, so you get 6 albums. (Source code is included with the program .zip file.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    File Format Renamer
    This tool only changes the file extension, meaning it changes one label for another, such as changing a .jpg to a .txt. Be careful: this is not a converter. So, if you change the label of a file from .jpg to .pdf, the file will still be an image and will not become a PDF. It can be useful for files of the same type. For example, if you have different types of images, you can make your computer see them all as if they were of the same kind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FileEncryptor

    FileEncryptor

    File Encryption Program is a Python-based tool

    This File Encryption Program is a Python-based tool designed to securely encrypt and decrypt large files using a password-derived key. It employs robust cryptographic methods, including PBKDF2 with SHA-256 for key derivation and AES-GCM for encryption, making it suitable for processing large files efficiently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8

    FSP - File Service Protocol Suite

    UDP File transfer protocol

    FSP - File Service Protocol. FSP is lightweight UDP based protocol for transferring files. It is designed for anonymous transfers over unreliable networks.
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 9
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 10

    python mail notifier linux

    Python mail notifier for linux

    Hello. There are 3 scripts here : The first (pythonMail) checks if you have new mail and if so, creates a file "/tmp/newMailArrived". The second one (pythonTmpMail) checks if there is a "/tmp/newMailArrived" file, and if so, runs the third script. The third (pythonMailNotification) drops an icon in the "system tray", to notify you that new mail has arrived. Read the specific descriptions in the files, because you will need to edit them. Dependencies : imaplib ,psutil, pyqt5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    IEC 104 Protocol Python

    IEC 104 Protocol Python

    The IEC 104 Protocol Server and Client implementation in Phyton

    The IEC 104 Protocol Server and Client implementation in Phyton - v21.06.012 IEC 104 Protocol Python we did a python wrapper for our IEC 104 implementation using ctypes, and tested in Windows and linux x86_64. in the package tests folder , you can find the server and client test programs. using this, you can simulate complete IEC 104 Server device(iec104servertest.py) and client(iec104clienttest.py). or PyPI page https://pypi.org/project/pyiec104/ install using - pip...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DNP3 Protocol Python code

    DNP3 Protocol Python code

    DNP3 Protocol Python - server and client

    v21.06.012 The DNP3 Protocol Outstation Server and Master Client implemetation in Phyton. DNP3 Protocol Python we did a python wrapper for our DNP3 implementation using ctypes , and tested in Windows and linux x86_64. in the package tests folder , you can find the server and client test programs. using this, you can simulate complete dnp3 Server device(dnp3servertest.py) and client(dnp3clienttest.py). or PyPI page https://pypi.org/project/dnp3protocol/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WinPython

    WinPython

    Portable Scientific Python 2/3 32/64bit Distribution for Windows

    WinPython is a free open-source portable distribution of the Python programming language for Windows XP/7/8, designed for scientists, supporting both 32bit and 64bit versions of Python 2 and Python 3. Since September 2014, Developpement has moved to https://winpython.github.io/
    Leader badge
    Downloads: 3,433 This Week
    Last Update:
    See Project
  • 14
    PeppermintOS

    PeppermintOS

    A minimum linux desktop distribution

    Peppermint is an operating system that provides a user with the opportunity to build the system that best fits their needs. While at the same time providing a functioning OS with minimum hassle out of the box. Our mainline desktop Peppermint ships with the desktop environment xfce with the thunar file manager set as default. Peppermint comes with nearly nothing installed other than, the core packages needed to run the system and you have the choice to which packages should best fit your...
    Leader badge
    Downloads: 3,617 This Week
    Last Update:
    See Project
  • 15
    DocFetcher

    DocFetcher

    Desktop search application

    DocFetcher is an Open Source desktop search application: It allows you to search the contents of files on your computer. — You can think of it as Google for your local files. The application runs on Windows, Linux and Mac OS X.
    Leader badge
    Downloads: 2,659 This Week
    Last Update:
    See Project
  • 16
    DWSIM - Open Source Process Simulator

    DWSIM - Open Source Process Simulator

    Simulate chemical processes using advanced thermodynamic models

    DWSIM is an open source, CAPE-OPEN compliant chemical process simulator for Windows, Linux and macOS systems. Written in VB.NET and C#, DWSIM features a comprehensive set of unit operations, advanced thermodynamic models, support for reacting systems, petroleum characterization tools and a fully-featured graphical interface. DWSIM Pro is a commercial sibling of DWSIM built on top of open-source software. It offers extended features, comes with private support, and is accessible in the...
    Leader badge
    Downloads: 2,870 This Week
    Last Update:
    See Project
  • 17
    SCons

    SCons

    A software construction tool

    SCons is a software construction tool that is a superior alternative to the classic "Make" build tool that we all know and love. SCons is implemented as a Python script and set of modules, and SCons "configuration files" are actually executed as Python scripts. This gives SCons many powerful capabilities not found in other software build tools. We make SCons available in three distinct packages, for different purposes. - The scons package is the basic package to install SCons. You don't...
    Leader badge
    Downloads: 2,414 This Week
    Last Update:
    See Project
  • 18
    PyRx - Virtual Screening Tool

    PyRx - Virtual Screening Tool

    Virtual Screening software for Computational Drug Discovery

    PyRx is a Virtual Screening software for Computational Drug Discovery that can be used to screen libraries of compounds against potential drug targets. PyRx enables Medicinal Chemists to run Virtual Screening from any platform and helps users in every step of this process - from data preparation to job submission and analysis of the results. While it is true that there is no magic button in the drug discovery process, PyRx includes docking wizard with easy-to-use user interface which makes...
    Leader badge
    Downloads: 1,927 This Week
    Last Update:
    See Project
  • 19
    Programming Without Coding Technology

    Programming Without Coding Technology

    Create software using visual programming

    ... of code where the programming process done using the PWCT visual components. This language called Supernova and it's free-open source. Many database, Multi-Media, Network, AI, Simulation & Math applications are developed using PWCT You can see/edit the generated source code. PWCT support Harbour, Supernova, C, Python, & C#.NET and you can extend PWCT to support code generation in any text based programming language. PWCT comes with many samples, tutorials and movies.
    Leader badge
    Downloads: 2,132 This Week
    Last Update:
    See Project
  • 20
    Free Karaoke File Maker

    Free Karaoke File Maker

    Free Karaoke File Maker

    You can hide the singer's voice from the music files that cannot hide the voice in the computer. By default, it will be saved with 2 audio tracks of singer + melody. If you want to save only the melody without the singer's voice, you have to select the No Vocal option. To save the output file, click Save Folder and choose the location you want to save (Default: Desktop). If you are sure of the above preparations, you can change the file you want to change by holding down the mouse...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    nmon for Linux

    nmon for Linux

    Linux performance monitoring on-screen or to CSV file

    nmon is short for Nigel's Performance Monitor It either shows you the stats on-screen updating once a second or saves the data to a CSV file for later analysis and graphing. For details see the homepage ==> http://nmon.sourceforge.net Please use the latest version. The new version "njmon" outputs JSON format that a lot of tools use these days. It integrates well with saving data directly to InfluxDB and graphing with Grafana.
    Leader badge
    Downloads: 1,487 This Week
    Last Update:
    See Project
  • 22
    gMKVExtractGUI

    gMKVExtractGUI

    A GUI in C# .NET 4 for mkvextract (MKVToolNix)

    The project has been moved in Github since v2.9.0 https://github.com/Gpower2/gMKVExtractGUI A GUI for mkvextract utility (part of MKVToolNix) which incorporates most (if not all) functionality of mkvextract and mkvinfo utilities. Written in C# .NET 4.0, in order to attain high compatibility with Windows OS (WinXP and newer Windows), as well as Linux through Mono (v1.6.4 and newer), and perhaps OSX (not tested).
    Leader badge
    Downloads: 1,278 This Week
    Last Update:
    See Project
  • 23
    Portainer Templates

    Portainer Templates

    500+ 1-click Portainer app templates

    A compiled list of 500+ ready-to-go Portainer App templates. In Portainer, App Templates enable you to easily deploy services with a predetermined configuration, while allowing you to customize options through the web UI. While Portainer ships with some default templates, it's often helpful to have 1-click access to many more apps + stacks, without having to constantly switch template sources. This repo combines app templates from several sources, to create a ready-to-go template file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Gwyddion

    Gwyddion

    Scanning probe microscopy data visualisation and analysis

    A data visualization and processing tool for scanning probe microscopy (SPM, i.e. AFM, STM, MFM, SNOM/NSOM, ...) and profilometry data, useful also for general image and 2D data analysis.
    Leader badge
    Downloads: 1,234 This Week
    Last Update:
    See Project
  • 25
    NanaZip

    NanaZip

    The 7-Zip derivative intended for the modern Windows experience

    NanaZip is an open source file archiver intended for the modern Windows experience, forked from the source code of well-known open source file archiver 7-Zip.
    Leader badge
    Downloads: 728 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.