Showing 306 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
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 1

    Pysimony

    A Pythonic Implementation of Parsimony Inference of Phylogeny

    UPDATE: After some bug fixes, I've ditched Pysimony for Javamony: https://sourceforge.net/projects/javamony/ Given Python's beauty, I know that someday I will have to finish Pysimony. A student's first attempt at a phylogenetic inference program, written in the simplistic yet elegant Python. Pysimony reads a FASTA file (only ATGC accepted) specified as its only argument. Basic testing has shown that it is slow, inaccurate and most definitely inefficient. An unlikely-to-be-the-most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    pyscope

    Software oscilloscope using Python and tkinter

    Software oscilloscope using Python and tkinter. Supports multiple sources: socket, file, audio, USB. Displays data by samples, time or frequency. Scales the input automatically or manually. It has been renamed "pdatascope" to avoid a name-clash with Pyscope, a scoping package on PyPi. See https://sourceforge.net/p/pydatascope/ for the latest code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PyPedal is a Python module that provides tools for the manipulation of pedigrees, simple visualization of pedigrees, and the calculation of measures of genetic diversity from pedigrees.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Dedalo

    Dedalo

    dedalo is a 2d cad drawing software written in python3.

    dedalo is a 2d cad drawing software written in python3. It is licensed under the GPLv3. Dedalo features: layers, snaps (endpoint, intersection, midpoint), line, polyline, rectangle, delete, polygon, rectangle, arc, circle, points, text, spline, freehand drawing. Move, scale, rotate, offset, cut, extend, hatch, dimension, copy. English, italian languages SVG read-write. Not all features all fully supported. For more information a user manual is provided(pdf format, italian).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Injection Wizard is an application for injecting traffic into WEP protected Wi-Fi networks, like aireplay-ng, but it's much more easy to use and it can work with worse conditions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pycsw
    pycsw is an OGC CSW server implementation written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ptumon2csv

    Converts output from Intel's ptumon utility into CSV format

    Intel's PTU utility is for stressing a system's CPU and RAM. Along with PTU, an executable named ptumon will output sensor data at a rate of once per second. This data runs together and in order to be charted needs to be parsed. This tool works with the PTU tool for the Romley platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    wt210tocsv

    Converts Yokogawa WT210 output to easily chartable CSV format

    The Yokogawa WT210 outputs a CSV file through its GPIB-USB interface. The CSV is not easily chartable in Excel/Libreoffice. This will parse the CSV in a way that makes it more easily charted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    cancer_dynamics

    Cancer Dynamics web

    Website that shows the dynamics of a tumor by solving a system of ordinary differential equations. The results are two kind of graph images, and a gif file, being all of them available for download as a compressed file.
    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

    metaProt

    Pipeline to analyze coding regions in metagenomic projects

    metaProt is a python pipeline to analyze and extract data from protein sequences found in metagenomic projects. It integrates several existing tools (HMMer, Pepstats, Blast...) to be used against custom databases. Please, read the README.txt file to find more about this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    proper
    Command-line tool to calculate error propagation. Generates the error formulas and applies them to the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CAD Scripts project is designed to automate the work of CAD Softwares. Here you will find scripts/softwares which help to do tasks easily. E.g- Specify coordinates of figures in input file and get output dxf file without actually drawing anything.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    A command line based weather reporting tool written in python. View current weather conditions, extended day forecasts, and station id lookups as reported from weather.com. Customize output via weathergetrc configuration file. Platform independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    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
  • 16
    mltc

    mltc

    Minimum Lens Thickness Calculation

    mltc - Minimum Lens Thickness Calculation. Application is created for minimum lens thickness calculation according to GOST (Russian, Belarusian) Standard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    xyz2eps

    python command line utility to print xyz-geometry to eps file format.

    xyz2eps.py is an command line utility written in Python programing language which prints the geometry from xyz-file directly to the eps-file format. Originally it was designed to study the problems related to grain boundaries in graphene.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A GUI program to create the plasmid database forms for BGME lab. This program presents user with a data entry form for entering plasmid information and automatically converts DNA sequence to protein, aligns it, and creates text output file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Step Closer to a Fully Gui ATLAS .log Converter A Gui .in Editor to be Used by ATLAS .log awk converter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ftc is a python script for content-based file type classification based on an file extension and magic number database, and several computational intelligence algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PLA-Typus

    PLA-Typus

    Project of Adaptative Languages "PLAtypus"

    PLAtypus's goal is to give people with poor communications skills an opportunity to learn and improve. With the guidance of a tutor, people will be able to learn new signs, sounds or icons and associate them with real life concepts that will, hopefully, help them to better express they needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A GPR processer and viewer written in Python!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Flexible Alarms Creator

    Create Wincc Flexible alarms from Data Blocks of Simatic Manager

    This is an application for creating alarms and PLC tags for Wincc Flexible (Siemens HMI Software) from one or several Data Blocks (DB) of the Simatic Manager. The application creates two files that can be imported in Wincc Flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MIPGen

    MIPGen

    Simple Molecular Interaction Potential Generator in Python

    Molecular Interaction Potential Generator MIPGEN is a python program that will calculate Molecular Interaction Potential grids over a given molecule, that could be either a protein or a small organic compound (drug). The output will be a series of grids with DX format (*.dx) that the user will be able to visualize using any Molecular visualization program like VMD, PyMol, Chimera... For more information on dependencies and usage, please read the Documentation. Users are welcome...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GUI program to perform multiple searches on proteins for specific groups of amino acids in specific protein regions and to be able to filter by signalp scores. I hope to add lots of new functionality including the ability to create local database
    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.