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

Showing 2946 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
  • 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
    Searcher

    Searcher

    Advanced File/Folder Search Tool

    Searcher allows users to search for files quickly and efficiently. It helps you get quick results by filtering specific file names or contents with extended search options. It also offers easy access using file managers to open file locations. With its user-friendly interface, Searcher is a tool that makes file management easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    RPNCalc

    RPNCalc

    RPNCalc - The command line Reverse Polish Notation (RPN) Calculator

    RPNCalc is the command-line based Reverse Polish Notation (RPN) calculator. RPN calculators make it very simple to do complex calculations, especially if there are parentheses involved. I've created a User Guide (https://frossm.github.io/RPNCalc-UserGuide) to do a better job of explaining how to use RPNCalc than the old readme.md file, which was getting really long. If you have questions, issues, feedback, or ideas, please let me know. You can contact me via the links
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    webroutepy

    webroutepy

    build a html page with route information

    Python script to build a html page with map, route and photos. It can create different routes: - using a GPX file from your satellite navigation system. - using Lon/Lat information with or without connecting lines The web-page can link to photos. To get the work done use: Leaflet and Petazzoni's gpx reader. Examples here: http://members.upc.nl/h.speksnijder4/routes/index.html Requirements: -Python 3 -Python-lxml (processing gpx data) -Python-pillow (to make thumbnails...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Small Python library with various things such as Configuration file parsing (in Python syntax), HTML and PDF parsing. Used in others of my projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5

    apache-logs-to-mysql

    Apache Log Parser and Data Normalization Application

    Apache Log Parser and Data Normalization Application Python handles File Processing & MySQL handles Data Processing ApacheLogs2MySQL consists of two Python Modules & one MySQL Schema to automate importing Access & Error files and normalizing data into database designed for reports & data analysis. Runs on Windows, Linux and MacOS & tested with MySQL versions 8.0.39, 8.4.3, 9.0.0 & 9.1.0. 4 LogFormats & 2 ErrorLogFormats can be loaded and 5 MySQL Stored Procedures can be processed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    "MUnDoCAAD MUD engine" is an OO MUD engine designed to create MUD worlds where the most important parts of the game are puzzle-solving and world interaction based, and where commands are introduced via sentences (as in Interactive-Fiction games).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    UploadSitracha

    Sincronización de copia local

    Ejecutable python que lee las novedades en la base de datos local sqlite y sincroniza con el servidor, utilizado en casos de no disponibilidad de la red para capturar los datos de los pacientes y luego actualizar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Encrypt Express

    Encrypt Express

    A simple file/folder encryption application based on the 7zip-full.

    This program, based on the 7zip-full package on Debian systems, encrypts your files or folders along with their content names. It does this by entering a specified command and parameters into the 7zip tool using a Python script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LAnd Survey Tools "LAST" was created to preserve and expand on the work invested in an old, privately used, DOS based land survey construction and data collection application by porting much of the C++ coded logic and design concept over to Python.
    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
    decimator

    decimator

    Delete all files/folder with same chosen name from folders in

    This is a Python program that allows users to delete files and folders from a specified directory. The program provides a graphical user interface (GUI) that allows users to select the directory and enter the name of the file or folder to be deleted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Jeeva folder utility

    File/folder utility useful for comparing/mirroring directories

    Full Docs: Download: JeevaX.Y.html Compare folder contents: jeeva --overlap/--mtime/--diff folder1 folder2 --overlap (see files that are in one or other folder, or common to both.) --mtime (files that are newer, the same age, or older ) --diff (files whose content is identical or different) Optionally can recursively descend to a specified depth or completely down folder tree comparing corresponding folders while descending. --copy for mirroring...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    A WAD of Dungeon Mazes

    A random map WAD file generator

    ... instead of the Python files that it has been "frozen" with pyInstaller. The way the exe is formed sometimes makes virus sofware suspicious (try googling "windows blocked pyinstaller" for info). If you feel better about not using the exe just download Python 3 and use the python files. The doomstarter.pyw file is the entrypoint. The latest changes to V1.2 were designed to make the user interface much more compact so that people running Windows screens on Zoom 150% can still see all the buttons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SearchPhotos

    Search descriptions in photo exiv information or text files

    This program helps you to find your fotos On all my systems python is already available and most of my systems are using gtk3. First attempt is with python-whoosh And the result of the experiments is this project. On Archlinux python-whoosh is 4 Mb and this program ".pyz" is only 44 kb. Compare to docfetcher (java) of 50 Mb ! That is actually a very nice program: it can index many different files, fast, reliable and not to big. By the way: speed is not an issue. Generating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Biometric Attendance System

    Biometric Attendance System

    use to connect biometric devices for attendance management

    Graphical Biometric Attendance Management System Tracking and managing attendance based records
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    dir-aka

    The Dir-aka Vulnerability Scanner is a Python-based security tool

    The Dir-aka Vulnerability Scanner is a Python-based security tool designed for cybersecurity professionals and system administrators to analyze and secure web servers against unauthorized access. This tool identifies sensitive files and folders on a target web server, filters content by file extensions, and highlights potential misconfigurations or vulnerabilities in publicly accessible directories. By scanning for directory indexing, probing for commonly targeted paths, and analyzing HTTP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Midbar Desktop App

    Midbar Desktop App

    Standalone desktop app from the Midbar project

    This repository contains the standalone desktop application from the Midbar project. The app operates entirely offline and does not require an internet connection. GitHub repository: https://github.com/Northstrix/Midbar-Desktop-App
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Gobisoft

    Gobisoft

    Software auto-installation builder

    Gobisoft is a batch package builder for applications, it builds a self-install package of your programs. Creates a stand alone executable file that performs the (secured installation and removing) of the elements necessary to distribute your applications. The software offers many possibilities, such as executing commands before and after installation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Photexo

    Photo exif organiser

    ... photos. outdir: the directory where we want our structured result. The program has some flexibility: depending on the camera it can use the file name or the exif date time. There are other command variations, please see the readme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RevLix Data Recovery Tool

    RevLix Data Recovery Tool

    Powerful Data Recovery Tool for PhotoRec

    RevLix is a powerful data recovery tool developed to recover deleted files on Linux systems. This program uses the PhotoRec infrastructure and provides a graphical user interface (GUI) for PhotoRec.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    KCast

    chromecast videos from KDE desktop

    KCast is a KDE Plasma 6 widget that lets you cast video files or youtube URLs to a Chromecast devices in your local network. It supports device discovery, local media playback via an embedded HTTP server, and drag-and-drop integration with browsers and file managers like Dolphin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Delayter

    Utility to queue files for deferred deletion, days/weeks/months later

    Full documentation: Download delayterX.Y.html User has files that can probably be deleted later but does not feel comfortable deleting right now. Instruct with simple commands in which the file names and delay time are specified, eg.: Delayter -m 1 -w 2 -d 3 file1 file2 by which file1 and file2 are scheduled for deletion 1 month, 2 weeks and 3 days from now (roughly 47 days). Useful on projects with many temporary junk files that cannot be deleted until a later time at which you might...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    g3fc

    g3fc

    A modern, fast, and secure file archiver with built-in data resilience

    G3FC is a modern, high-performance open-source file archiver using Zstd compression. This project delivers a secure and resilient file container format engineered to replace legacy tools. G3FC excels with its technical features: blazing-fast Zstandard compression, strong AES-256-GCM authenticated encryption, and optional Forward Error Correction (FEC) to prevent data corruption. Its unique footer design allows for instant file indexing and searching, even in massive archives, eliminating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Lexifinder

    Lexifinder

    A tool to create the analytical index of a manuscript

    Lexifinder is a free and open source tool to automate the creation of an analytical index of a manuscript, based on a natural language processing model. First, convert your Docx or ODT file into a PDF. Choose the output text file, set the similarity index, and choose your desired keywords. Lexifinder will include in the index all words whose significance resemble that of at least one keyword. The similarity index spans from 1 to 100 and expresses the degree of resemblance required for a noun...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Contact Management Software
    System for market research for improved customer lifecycle management. Boosts acquisition, relationships, and collaboration through role-based access, scheduling, and task management
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DeepSearch5Plus

    DeepSearch5Plus

    Search recursively all files, text inside files, and bookmarks

    Files, text, and bookmarks html/json search tool. It is able to merge duplicated bookmark links from multiple html/json files and export to html. The user interface is designed to be used by kyeboard in any aspect of its features scrolling list, select input field, menu bar, check and drop-down menu and so on. It's able to printout search list to pdf or system printer or save as text file. It allows to rename single file or change upper/lower case, join spaces in bulk mode with multiple...
    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.