Open Source Python System Software - Page 52

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.

  • $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
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1

    Marcus's Linux Launcher Maker

    A Quick Way to Generate .desktop Launchers for Linux

    This tool simplifies the task of generating valid .desktop files for your Unix system to effectively create desktop shortcuts that allow you to actually launch a script by simply double clicking an icon on your desktop. I created it so I could make shortcuts to scripts I had written to launch my games instead of having to open the terminal and manually launch my scripts every time I wanted to play a game. If you'd like to donate there's several ways to do so: PayPal: https://paypal.me/gerowen Bitcoin (BTC): bc1q86c5j7wvf6cw78tf8x3szxy5gnxg4gj8mw4sy2 Monero (XMR): 42ho3m9tJsobZwQDsFTk92ENdWAYk2zL8Qp42m7pKmfWE7jzei7Fwrs87MMXUTCVifjZZiStt3E7c5tmYa9qNxAf3MbY7rD LiberaPay: https://liberapay.com/gerowen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Disperse monitoring system which you can use to check load cpu, located memory, located swap, available users, running processes, mounted devices of your machines with linux operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Mass Expand is a simple utility to decompress all archived files underneath a directory, useful for large torrent downloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    An Arch Linux all-in-one graphical package management tool.
    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
  • 5
    A reverse HTTP shell to execute commands on remote machines behind firewalls. Once you run the script on the target machine, it periodically polls its designated server for commands to execute. Traffic traverses firewall as outgoing GET/POST requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Maui Project
    Maui with Plasma Simple Shell "PSS" has been discontinued (last version 0.5.1.). For the Maui Linux distribution go to http://www.mauilinux.org For the non-Plasma but Qt-based Hawaii-Shell project visit: http://hawaiios.org/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MaxMind GeoIP is a set of APIs for looking up the location of an IP address, including the country, region, city, latitude, and longitude. Free GeoLite databases are available at http://www.maxmind.com/app/geolitecity
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Audits MSI packages for basic issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MediaBackup is an easy-to-use script for making incidental backups of your valuable files like images, music files, documents, etc. to CD or DVD. It does not and will not support scheduled backups and/or full system backups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    MediaCMN provides tools to create a consistent music library. In detail these tools, index all audio files of certain directories, find duplicate files, tag the files using musicbrainz and organize the audio files in a filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Megaman will (eventually) become a fully-fledged graphical user interface for package management in Arch Linux. It is written in pure Python and makes use of the Qt4 toolkit by TrollTech.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A graphical show of all data from a certain network that will show both normal traffic as well as attacks to and or from a network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mentalinux Debian GNU/Linux: a better Debian for desktops
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Meresco is both an OAI Data Provider and a Service Provider. SourceForge is only used to host the source control (subversion). Sources: http://sources.meresco.org/ Binaries: http://repository.cq2.org/ Mail: http://groups.google.com/group/meresco
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Meta Package Creator is a simple Python/GTK GUI application that can create meta-packages that include your favorite applications for one-click installations. It can be used on all systems that use dpkg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Metaball Distribution System aims to provide easy installation and distribution of binary packages for Gentoo Linux (and perhaps other linux distros in future). Any number of software could be merged in one package
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Metakit is an efficient database library with a small footprint. It's a cross between flat-file, RDBMS, and OODBMS. Keywords: structured storage, transacted, load on-demand, portable, C++, Python, Tcl, instant schema versioning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Miasm

    Miasm

    Reverse engineering framework in Python

    The Miasm intermediate representation is used for multiple task: emulation through its jitter engine, symbolic execution, DSE, program analysis, but the intermediate representation can be a bit hard to read. We will present in this article new tricks Miasm has learned in 2018. Among them, the SSA/Out-of-SSA transformation, expression propagation and high-level operators can be joined to “lift” Miasm IR to a more human-readable language. We use graphviz to illustrate some graphs. Its layout does not always totally conform with a reverse engineering “ideal view”, so please be tolerant of those odd graphs. Miasm is not the first tool to implement this feature. But, well, as the tool already had everything needed to implement DSE, it was just a matter of time before these features landed in the main branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MicroK8s

    MicroK8s

    Single-package Kubernetes for developers, IoT and edge

    Low-ops, minimal production Kubernetes, for devs, cloud, clusters, workstations, Edge and IoT. MicroK8s automatically chooses the best nodes for the Kubernetes datastore. When you lose a cluster database node, another node is promoted. No admin needed for your bulletproof edge. MicroK8s is small, with sensible defaults that ‘just work’. A quick install, easy upgrades and great security make it perfect for micro clouds and edge computing. As the publishers of MicroK8s, we deliver the world’s most efficient multi-cloud, multi-arch Kubernetes. Under the cell tower. On the racecar. On satellites or everyday appliances, MicroK8s delivers the full Kubernetes experience on IoT and micro clouds. Fully containerized deployment with compressed over-the-air updates for ultra-reliable operations. MicroK8s will apply security updates automatically by default, defer them if you want. Upgrade to a newer version of Kubernetes with a single command. It’s really that easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Microcode update notification

    Small startup script that notifies update info about CPU micorcode

    Even a CPU has a little firmware inside. Since a lot of years it is possible to update it to fix little or bigger bugs. Usually this operation is done while updating your motherboard's BIOS, and the update is permanent. But thanks to the architecture of the linux kernel, we can update it at the last version every time we boot our OS. This is a really fast operation brought to you by microcode.ctl (in Ubuntu), and it permits to avoid waiting for an updated closed-source BIOS to solve bugs; it downloads the last microcode for your Intel or AMD CPU every time you update your system, and it installs it on every OS startup. This little script is designed to give you a way to see what's happening with CPU updates. On every startup, a popup notification throught libnotify shows you the old revision of the firmware, the newer version applied while booting and the releasing date of the last update. It works on Ubuntu linux, but you can help me to port this script on other linux distribution
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Microsizing package includes 3 scripts, which are ran through wrapper.cmd of Sherpya (https://sourceforge.net/projects/winpe) . These will shrink the BartPE (http://www.nu2.nu/pebuilder) image by many MBs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NetWhistler is SNMP monitoring software that offers integrated fault and performance management functionality. This Java program auto-detects networks and presents them on graphical maps, which reflect host status. Mila NNM is a pyQT fork of Netwhistler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Mining Overlord

    Automated Bitcoin mining monitor and up-time enforcer

    Mining Overlord is a Python based program that periodically tests to see if a mining application (like cgminer or bfgminer) has stopped responding. This programs sole purpose it to maximize up-time for crypto coin mining operations. If it detects a non-response, it will restart the application automatically. It also features a configurable restart timer that automatically kills and relaunches the mining process at a set interval. This program is cross-platform compatible and has been tested on: Windows XP/Vista/7 Linux (Ubuntu 12.04 and Raspian) Mac OS 12.04 It requires that Python 2.7.3 or above be installed on the host to run. Currently, Mining Overlord only supports installations where one instance of the mining software is running.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MAF (Mobile Agent Framework) is a research prototype which aims to facilitate the development and evaluation of mobile agent by providing a set of handy primitatives and simulation tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mobile Manager is a D-Bus service to manage mobile data devices in Linux-based platforms. Mobile Manager provides an abstraction layer for interoperability with the hardware, making it easy to add support for new devices.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB