Open Source Python System Software - Page 25

Python System Software

View 1976 business solutions

Browse free open source Python System Software and projects below. Use the toggles on the left to filter open source Python System Software by OS, license, language, programming language, and project status.

  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    AdXen is a graphical tool for administration of virtualized architectures that uses the virtual machine monitor Xen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a system for scheduling the tasks in a heterogenous environment such as grid system .It will be a effective and extensible system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AddMeFast Auto-Clicker / Auto-Pilot FREE
    SUPPORT and GUIDES here: http://coresecproject.com/community/ Author: Mark Anthony Pequeras / CSEC Software AddMeFast Auto-Clicker / Auto-Pilot and Points Generator for Free! This Open-Source Project are dedicated for all AddMeFast Users who wants to achieve more! This was a Paid Project and now its FREE and Open-Source!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Adminlog provides the command line tool "i" which permits administrators to read, write, and share first person notes about their administrative actions on a server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Linux/Windows Admin with interactive features to control Resources on a remote PC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Using this plugin-based framework, you can instantly start working on the *brain* of your bot (irc bot, chatterbot, robot, ...). With support for db, irc, logging and programming-language independent plugins, users can easily enhance the functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Advanced Launcher

    Advanced Launcher

    xbmc application launcher

    The Advanced Launcher add-on is able to launch any Linux and Windows applications that support command line instructions directly from the XBMC GUI. This Add-on also provide the possibility, to download from several Internet databases and manage meta-data informations and images linked to these applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Advanced Mass File renamer

    This is a mass file renamer utilizing regular expression power.

    This is a python based UI application that can rename a part of a set of files inside a directory based on the provided regular expression. This gives a lot more flexibility compared to other renaming files since it used grouping principle. This had two level of applying the rename, first stage shows who it will be when you rename it, if you are fine with the change you can make it permanent by clicking commit. This avoid the risk of file getting corrupted. To rename all .py file to .pyc is as follows: Search for Regex: (.py)$ Rename using this regex: .pyw
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Advanced-Action-Scheduler

    Advanced-Action-Scheduler

    Free and open source task scheduler

    Advanced Action Scheduler is a free and open source scheduling software allowing the user to automate tasks at any time of day, hour, minute and second. ## Features ## - Grouping schedules for convenience - Run command line commands - Open, close and switch windows - Open URLs with user-specified browser - Automate mouse click at specific position and on target window - Shutdown and restart PC at specified time
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Agaseous-NES is a graphic app for creating integrated circuit layers. Developers can import Agaseous for SuperWikia Alpha .AJA (Agaseous Joint Application) text files to automate & create asauna plates. Also imports and intergrate Adobe .PSD files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Age and Gender Estimation

    Age and Gender Estimation

    Keras implementation of a CNN network for age and gender estimation

    Keras implementation of a CNN network for age and gender estimation. This is a Keras implementation of a CNN for estimating age and gender from a face image [1, 2]. In training, the IMDB-WIKI dataset is used. Because the face images in the UTKFace dataset is tightly cropped (there is no margin around the face region), faces should also be cropped in demo.py if weights trained by the UTKFace dataset is used. Please set the margin argument to 0 for tight cropping. You can evaluate a trained model on the APPA-REAL (validation) dataset. We pose the age regression problem as a deep classification problem followed by a softmax expected value refinement and show improvements over direct regression training of CNNs. Our proposed method, Deep EXpectation (DEX) of apparent age, first detects the face in the test image and then extracts the CNN predictions from an ensemble of 20 networks on the cropped face.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Agile Author is a framework for developing networked repositories of digital information such as digital libraries and content management systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ailurus
    An Linux enhancement application which aims at providing enhancement tricks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Airstrike

    Airstrike

    Imitate AirDrop on Windows

    Airstrike is a lightweight FastAPI application that allows you to upload files to your machine via a web interface. I created this to imitate Apple's AirDrop in a simpler and open source way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An experimental implementation of the Gentoo package management system (portage) and build environment on Solaris 11/OpenSolaris.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Albedo

    Albedo

    A recommender system for discovering GitHub repos

    Albedo is an open-source recommender system aimed at helping developers discover GitHub repositories by learning from activity signals. It treats repositories and developers as a graph of interactions and applies large-scale matrix factorization to model affinities, with Apache Spark providing the distributed data processing. The project focuses on implicit feedback—stars, watches, and other engagement metrics—so it can build useful recommendations without explicit ratings. A reproducible setup and Makefile-driven workflow streamline tasks like spinning up services, loading datasets, training models, and generating candidate lists. Because it’s built around Spark’s scalable primitives, Albedo can experiment on substantial snapshots of GitHub metadata rather than toy corpora. The repo is also educational: it demonstrates a practical end-to-end pipeline from ingestion and feature preparation to training and ranking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    It is a Process Monitoring Toolkit with the ability of Extend. E.g. You can use it to monitor a specified process. And set a triger like (over 50MB mem use) then do something like (report to DB).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AmsdosFS is an implementation for Linux of Amsdos filesystem used on Amstrad CPC computers. It is written in Python and uses module Fuse Python to mount DSK images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Amun is a low-interaction honeypot, like Nepenthes or Omnivora, designed to capture autonomous spreading malware in an automated fashion. Amun is written in Python and therefore allows easy integration of new features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AndroidNativeEmu

    AndroidNativeEmu

    Allows you to partly emulate an Android native library

    AndroidNativeEmu is a Python-based framework designed to partially emulate Android native libraries, enabling developers and researchers to analyze and execute native code outside of a full Android environment. Instead of emulating an entire operating system, it focuses specifically on the native layer, allowing for targeted testing and reverse engineering of shared libraries (.so files). This makes it particularly useful in security research, malware analysis, and debugging of Android applications. The framework provides tools for loading binaries, simulating system calls, and interacting with native functions in a controlled environment. By abstracting away the complexity of full device emulation, it allows faster iteration and more focused analysis of specific components. It also integrates well with Python tooling, making it accessible and extensible for custom workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Anemasys is a network managemet system for small networks of Linux clients. It provides functions like state control and class based remote administration facilities. It consits of a collection of python scripts and an admin gui frontend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AnimaGrid is a complete environment to enable 3D Animation Rendering over Grid of computing resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A simple log analysis and botnet detection tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Package Manager with simple yet powerful structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Conversion and switch of text typed in with a wrong keyboard layout (en-rus and and possibly other)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB