Search Results for "program for python to exe" - Page 22

Showing 1332 open source projects for "program for python to exe"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    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
    BGINFO4X - BGINFO for X and for Windows!

    BGINFO4X - BGINFO for X and for Windows!

    Shows desktop information on your screen

    BGINFO for X, also called BGINFO4X, is a clone of the popular program BGINFO for Microsoft Windows created by Sysinternals. BGINFO4X is designed for pretty print useful information (CPU model, Hostname, IP address, OS version, Office version, and much more ...) on your desktop background or wallpaper. See the screenshots to see BGINFO4X in action. BGINFO4X is Multi Platform (Windows, MacOSX, Linux, BSD). BGINFO4X is Highly Customizable. BGINFO4X is Open Source. BGINFO4X comes...
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2

    Latex Project Process

    Process a latex project for scientific journal submission

    This simple python program is designed to process a LaTeX project for scientific journal submission. It assembles multiple latex source files into a single document. Automatically sort the graphic files with a numbered name. Compile the project. Compress all the files into a compressed document for scientific journal submisson.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    WISP

    Weighted Implementation of Suboptimal Paths (WISP)

    ... of correlated motions leading from the allosteric to the primary active site. We present a program called Weighted Implementation of Suboptimal Paths (WISP) capable of rapidly identifying additional suboptimal pathways that may also play important roles in the transmission of allosteric signals. Aside from providing signal redundancy, suboptimal paths traverse residues that, if disrupted through pharmacological or mutational means, could modulate the allosteric regulation of important drug targets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    RainforestCluster

    Dynamically manage Amazon EC2 clusters

    RainforestCluster is an Amazon EC2 python program that manages and load-balances dynamic clusters to allow for maximum workflow flexibility and speed at minimal cost. It enables one to quickly and cheaply create dynamic compute clusters in the cloud, which can then run computational pipelines generically. It is also able to optimize the use of spot instances - idle computers in Amazon's cloud that are available at drastically reduced cost (5x-10x cheaper) - but can be terminated at any moment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5
    Error Propagation Calculator

    Error Propagation Calculator

    Easily propagate measurement errors through mathematical operations.

    Error Propagation Calculator is essentially a cross-platform GUI front-end for the Python Uncertainties library that does not require knowledge of Python to use. Simply point and click to enter values and errors, input your expression and press compute. The program evaluates native Python code, but the user does not need to know the syntax as common operators are provided as buttons, similar to a scientific calculator. -Evaluate expressions with as much as 26 different variable and error...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Kyusho-Sensitive Data Search Tool

    Sensitive Data Search Tool

    Kyusho is a Python 3.3.2 program that crawls a specified location (currently a locally available directory) for sensitive information. Current capabilities include finding: - In text files - SSNs - Credit Card #s - In binary files <in the works> If you're new to using a command-line interface, there is an old version of the program available, compiled as an exe. https://sourceforge.net/projects/sensitivedatasearchtool/files/Old-version/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    FFPVS

    Flying Fast Python Virus Scanner

    GENERAL: Flying Fast Python Virus Scanner (Also known as Funny Fake Prank Virus Scanner) is a fake, multi-platform, text-based virus scanner written in Python. The goal of the program is to prank your friends into downloading the software, which, when run, pretends to scan their system for viruses. It then prompts for administrator username and password, and once entered, saves them to a text file called 'userpass'. It then pretends to fully detect and clear all of the viruses. HOW...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    COIL Programming Language

    COIL Programming Language

    COIL:A Programming Language made by Teens for Teens(ikr)

    Complex Output Input Language. It was made because games in python end up quite ugly and bloated. This is designed to be clean & easy. It's an interpreter, It was written in C++. Not a singe line of code was written by an adult (except the standard c++ libraries). Give it a try and tell me what you think. It's a work in progress so there are only input and output functions, variables and if statements. Because it's at an early stage in design, any ideas you give me now can be integrated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    pymatlab

    A pythonic interface to MATLAB

    This package lets Python users interface and communicate with MATLAB from Python. Pymatlab makes it easier for users to integrate a project with a large MATLAB codebase into python scripts by using MATLAB scripts as a part of the python program. The basic functionality of this package is to send data from Python to MATLAB's workspace to be able to run Matlab function on the data. After processing you retrieve back data to python...
    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

    Botnet Detectors Comparer

    Compares botnet detection methods

    Compares botnet detection methods by computing the error metrics by reading the labels on a NetFlow file. The original NetFlow should have a new column for the ground-truth label, and a new column with the prediction label for each botnet detection method. This program computes all the error metrics (TPR, TNR, FPR, FNR, Precision, Accuracy, ErrorRate, FMeasure1, FMeasure2, FMeasure0.5) and output the comparison results. It also ouputs a png plot. The program can compare in a flow-by-flow...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CONF Bot

    CONF Bot

    A bot for Confrontation Web Card Game written in Java

    CONF Bot will play the Facebook game Confrontation for you, automating clicks so you don't have to repeat the same action 40 or 50 times in a row for no good reason. It also allows actions to be sequenced together in whatever order you prefer, allowing full farm runs of the game's content that can save hours a day. The source code should provide a good idea of what it's like to write bots in Java (or any other programming language like Python that uses image capturing techniques to bot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    BitrateCompressionCalculator for Python

    A simple Python utility to calculate file size from bitrate.

    BitrateCompressionCalculator for Python (BCCpy) is a very simple application for calculating a file size from length and bitrate. BCCpy came about as the result of my beginning to learn Python and recreating the basic functionality of a simple VB program I wrote back in 1999. Since I was never very proficient with Visual Basic (or Applesoft BASIC for that matter); this application is very basic and could use lots of improvements. I'll implement them as I learn them. As of October 6, 2018...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    allink

    allink

    Software for data analysis, image processing, simulations, solver.

    ... the operation of Matematica on different sets of data visualized on a Qt graphical interface. DrImage) image manipulation on the Matematica filters. The program is intended to use as less as possible external libs (optional: openGL, gsl, fftw, cgal, png, tiff, boost, MPI, Qt...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CDPOPgui

    GUI Frontend for CDPOP

    CDPOPgui is a GUI Frontend for CDPOP What is CDPOP? CDPOP (Cost Distance POPulations) is a spatially-explicit simulator of gene-flow in complex landscapes to explain observed population responses and provide a foundation for landscape genetics. The program implements individual-based population modeling with Mendelian inheritance on a resistant landscape. Simulation begins with an initial homogeneous population and followed by divergence through time as functions of individual based...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    pyBallistics is a graphical small arms ballistics program used to calculate ballistic coefficients, and model bullet trajectories. Future improvements will be a reloading database, and web links to industry reloading data.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    pyLwt

    Liftng wavelet program built using python and g++

    This is a lifting wavelet program running in Windows7 and Ubuntu10.04.4, It is a mix program of Python and C++. The GUIs are built using Python, and the core algorithms of wavelet are built using standard C++. Notes: 1. To run this program, you should sure that the following dependent packages are installed in your computer: ctypes, wxPython, PIL, and NumPy? 2. I test this program using python2.7.3 in Windows7 and python2.6.5 in Ubuntu 10.04.4 3. You can run it using this command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    pywt

    wavelet program built using python and g++

    This is a wavelet program running in Windows7 and Ubuntu10.04.4, It is a mix program of Python and C++. The GUIs are built using Python, and the core algorithms of wavelet are built using standard C++. Notes: 1. To run this program, you should sure that the following dependent packages are installed in your computer: ctypes, wxPython, PIL, and NumPy? 2. I test this program using python2.7.3 in Windows7 and python2.6.5 in Ubuntu 10.04.4 3. You can run it using this command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PhoneVerter

    Program which converts alphabetic phone numbers to numeric form

    An example of a program use would be to convert the number "1-800-FLOWERS" to "1-800-3569377" How to use (copy of readme): 1. Unzip PhoneVerter2.1 2. Click on the exe file entitled "phone_verterv2.1.exe" 3. Program should work! 4. For ease of use you may and should use a shortcut to easily access the program! This program is released under the terms of the MIT license - source code is hosted here: https://github.com/thedan16/phone_verter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PTkEI2

    PTkEI2

    The Python/Tk Empire Interface

    The Python/Tk Empire Interface is a graphical front end to the Wolfpack Empire server (www.wolfpackempire.com). Ptkei (the client's nickname) provides a powerful graphics based interface to what would otherwise be a purely terminal based game. This client functions solely as a client. In order to use this program effectively one must be familiar with Empire. Python is a very high-level interpretive programming language. Ptkei uses this language (and its interface to Tcl/Tk) to provide...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    miRStress

    miRStress

    A desktop viewer for the miRStress database

    A python based program to allow users to interrogate the miRStress dataset off-line. miRStress project conceived and overseen by Dr. Dave RF Carter and Laura A Jacobs. miRStress python file written by Dr. Mark Poolman and Findlay Copley (this is also what powers the web site). Tkinter scripts written by Findlay Copley Publications - Jacobs LA, et al. Meta-analysis using a novel database, miRStress, reveals miRNAs that are frequently associated with the radiation and hypoxia stress...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    UDP Chat

    Network text chat (instant message) app requiring zero configuration

    Text chat between computers on the same Local Area Network, requiring absolutely no setup or configuration. No server preparation or IP address information is required. Just start the program on any connected machine. Because this script uses UDP, anyone who runs it on a local network will automatically receive messages broadcast by others on the same network. A separate server program and/or connection(s) to specific IP addresses are NOT required. A "who's online" function is included...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ifmonitor

    ifmonitor

    Network interface desktop mini-console/display in PyGtk

    A simple python/PyGtk program for Linux that displays any network interface's current statistics on the desktop as a miniature console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    /* Do not use the download link, use browse all files. The automated download link points to just the debug stand alone exec. You will need the list file to go with it */ Just a little console program to get all the plugins at www.winamp.com. Get them while they last! Download all the files and compile. No special params. Make sure you have the list file in the same directory as the exe. I suggest moving the compiled project to a more usable folder. Built in c# 2013 usage execute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mouse Rate

    Mouse Rate

    OS independent mouse rate checker written in Java.

    Tiny program written in Java, which provides OS - independent and clean algorithm to measure your mouse rate (mouse latency). Java 7u5 or higher needed to run version 1.1 and lower. Java 7u40 or higher needed to run version 1.2 and higher. **Version 1.3 changes - Fixed graphic artefacts appearing while program window is dragged. **Version 1.2 changes - Major code review & cleanup - Mouse watching algorithm optimized - Duplicate cursor statistics calculations removed & rewritten...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    Ellipt2d is a finite element program for solving second order, real and complex, two-dimensional elliptic problems with user-defined operators. Because Ellipt2d is written in Python, the code can easily be adapted for specific problems.
    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.