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

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

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 1

    wifitools

    Tools for wifi problem solving and resolution

    A number of tools to help diagnose and resolve wifi issues on GNU/Linux. Tools will continue to be added as and when as individual files and also made download-able as a tar file. Current tools - Wifi diagnostic script. Offline b43xx wl mod installer. Additions and suggestions welcome. I would like to create other offline mod installers, however I don't have the hardware to test the executable installation files. If you would like to know how these files are made...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Stingray - Schema-Based File Reader

    Stingray - Schema-Based File Reader

    Simple handling of numerous data file formats, even COBOL EBCDIC.

    Stingray contains a number of components for reading spreadsheets and other flat files. It copes with COBOL files (in EBCDIC) and even COBOL Copybook (or DDE) definitions. Simple Python programs can handle a wide variety of files. This is the Python3.3 release.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    This project concerns the development of human language technology resources, based on the approach to share or recycle resources between closely related language. http://gerhard.pro/closely-related-languages/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    styler50

    Styles C code to follow CS50 style checks, such as style50.

    This is styler50, a Python 3 program which stylizes C code following the guidelines of style50 and CS50's style website (https://manual.cs50.net/style/). styler50 takes in code from a given file and tokenizes it, breaking it down into a list of words, numbers, and symbols. Then, it proceeds to write these tokens to a string, adding space where needed in order to stylize the code correctly. Finally, it overwrites the original code on said file with the new, stylized code. styler50 is not perfect...
    Downloads: 1 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.
  • 5

    pyNessusParser

    Export a Nessus Report in a MySql DB

    This python script with GUI allows to export a .nessus file into a common MySql database. It is possible to select in the GUI what field it will parsed and, therefore, the columns of the mysql table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ProftpdSQLClient

    ProFTPd SQL Client allows user to update their infos such as passwd

    Its works for those using SQL database authentication module in ProFTPd server. For now, only MySQL is supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    wltest.py

    wltest.py

    Analysis of images from Winston-Lutz Test (images in DICOM-RT format)

    free software tool to analyse portal images from linear accelerator regarding Winston-Lutz-Test (analyzing unlimited number of images): 1. script reads DICOM-RT file of Winston-Lutz data (sphere+mlc gradient information from linear accelerator) 2. x- and y-shift shift is calculated relative to beam direction 3. results saved (see screenshots): green-passed (<0.75mm); yellow(0.75...1mm); red (not passed: >1mm) you need python with following packages: import numpy as np import pylab...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MaeBlok

    MaeBlok

    Rapid web development tool for business applications

    You assemble *blocks* in your django template, with each block wired to a tastypie resource, which in turn is mapped to a django model. Each *block* will reside in a dijit ContentPane which you must define in your template. You have a choice of 2 layouts for each *block*, Form or Grid based. Form displays a single record in either a 1, 2 or 3 column layout while Grid displays many rows in a spreadsheet like grid. You can perform edits in place on fields in both layouts. You can...
    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
  • 10
    RadicalSpam Virtual Appliance

    RadicalSpam Virtual Appliance

    Virtual Appliance of RadicalSpam

    RadicalSpam Virtual Appliance takes full solution of RadicalSpam Community Edition , pre-installed in a OVF virtual machine ( Open Virtual Format ) compatible with the best virtualization platforms on the market , including VMware ESX Server. More information : http://www.radical-spam.org
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    finic

    financial framework

    Client-server database application. Develop language Python. Database Berkeley DB. GUI interface wxWidgets. Additional Python components: pybsddb, RPyC, wxPython, pyExcelerator, Crypto, reportlab.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    SciEnPlot

    SciEnPlot

    Data Plotting and Analysis for Science and Engineering

    - Save and open a Work/Project (spf) file - Single fitting/ Batch fitting (user defined custom func) - Matrix to XYZ in Tool menu - Symbol plot: makers, curve, landscape, bar, etc. - Implemented a 3d surface plot (GLSurface) based on OpenGL (ScienPlot v1.3.2 and above) - ColorMap surface, trisurface, Pie, Polar plots, and 3D height field, 3dBar, scatter plots (under developing), and more - Column by column plotting/calculation - LaTex commands enclosed by $ symbols can be used...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    autodiff

    Python class for automatic differentiation

    Python automatic differentiation class for forward mode automatic differentiation using operator overloading and reimplemented math functions. Single and partial derivatives are supported. Supported operators: +, -, *, /, **, +=, -=, *=, /=, **= Available functions: sin, cos, tan, asin, acos, atan, sqrt, exp, log, log10, sinh, cosh, tanh, asinh, acosh, atanh See README file for usage examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Train Signalling Simulation

    Train Signalling Simulation

    A railway signalling simulation game

    "Train Signalling Simulation" (TS2) is a railway simulation game where you have to dispatch trains across an area and keep them on schedule.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    PWN Reader Web

    PWN Reader Web

    Web based manag and comic reader with thumbnail supports

    A browser based manga reader that will let you browse your manga collection. It enable you to browse them as you browser in any of the online comics site. It uses python to generate list of the manga in the library and use jQuery to let you browse those in the browser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CopyAndVerify

    Simple gui program to copy a file or dir, verify and save hash

    This is a simple program to copy files or directories and verify the copied file with hashes. Hash is saved in .hash file compatible with md5sum(hashSUM). It has a gui and work on Linux and windows (the script should work even on Mac). Hash is computed while reading so sources file are read only once. The executables have been created using pp : it creates an executable similar to an autoextract-zip with the script, the perl engine and all libraries. I'm using it under linux to copy GigaBytes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    mysql2sqlite

    converts mysql database to sqlite database using php, pdo or exe

    Convert a mysql database to a Sqlite database. Includes two projects : A) A php script B) A windows executable, based on a python script Converts data, indexes and foreign key constraints. About the php script : -don't need a lot of memory -good speed Was projected to use on VDS/VPS. Usage: wget https://sourceforge.net/projects/mysql2sqlite/files/mysql2sqlite/download chmod +x mysql2sqlite ./mysql2sqlite About the Windows executable and the Python script...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    RadicalSpam

    RadicalSpam

    Open Source Anti-Spam and Anti-Virus Gateway

    RadicalSpam is a free and open source package distributed under GPL v2, including products such as Postfix, SpamAssassin Amavisd-new, Clamav, Razor, DCC, Postgrey, Bind; providing a secure SMTP relay, ready to use with linux and docker environement. More information : http://www.radical-spam.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Template Code Set for JModelica

    This is a template Python code set to use JModelica easily.

    This is a template Python code set which makes it easy to use JModelica to solve optimal control problem. The template includes a sample model definition file (opt_definition.mop) and a .bat file (run_me.bat) to start its calculation. After download the template, immediately you can run JModelica by only double-clicking run_me.bat file, and obtain the optimization result. Please go to the page given below for the information of how to start to use this and its details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    *NOTE* Migrated to http://github.com/cracklib/cracklib Next generation version of libCrack password checking library. As of Oct 2008 (reflected in 2.8.15 code release), licensed under LGPL.
    Leader badge
    Downloads: 2,970 This Week
    Last Update:
    See Project
  • 21
    Folder Lock

    Folder Lock

    Easily lock and hide any folder, anywhere

    Folder Lock 8.5 is a small program that allows you to lock and hide any folder. Whether the folder is on your computer or USB, Folder Lock will take care of it. Small, and simple, just about anyone can use Folder Lock. Folder Lock now has a working built in updater, so any updates that are released will be available for you to download at your choosing. fl_8_5.exe (Folder Lock Executable) https://www.virustotal.com/en/file
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Pootle, Virtaal & Translate Toolkit

    Pootle, Virtaal & Translate Toolkit

    Localization tools built by localizers for localizers

    Tools for localization: - Pootle: web based translation management system. - Virtaal: Computer Aided Translation (CAT) tool. - Translate Toolkit: QA, format conversion and support (PO, Java .properties, OpenOffice, Mozilla, XLIFF, TMX, TBX, CSV, Qt .ts).
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 23
    SNMP Simulator is a software that would act like a multitude of real physical devices from SNMP Manager's point of view. Simulator builds and uses a database of physical devices' SNMP footprints to respond like their real counterparts do. Project moved to GitHub: https://github.com/etingof/snmpsim
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    pysed
    Pysed is a stream editor, is used to perform basic text transformations from a file or from pipeline. It reads text, line by line, from a file and replace, insert or print all text or specific area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Simple web based filemanager

    simple web file meneger for windows

    simple web file meneger, writen on python and compiled for windows.
    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.