Showing 356 open source projects for "open-shell"

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
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    RPM Wizard is an installation program for RPM packages. Using a wizard interface, it makes installing easy even for beginners. With features such as automatic dependency handling, it aims to become the most easy-to-use RPM installation program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The purpose of the Offline Volume Cataloger is to provide a fast and simple way to catalog, index, and later search the contents of storage volumes (eg. backup CDs) that will normally be offline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Information about this project has moved to http://labix.org/python-bz2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A free multiplataform Free Software version of hacha, a program for spliting files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    idle bits of wxPython code (see boa-constructor if you want an IDE)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Gnome applet mrBurns is a frontend for cdrecord. It supports drag and drop of files with gmc. Pretty quick to use. Burning cds is only one click away.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is a module in Python that deals with UNIX tar files. It is designed to be very flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    garchiver is an archiver for Gnome. It has a tree interface that lets you navigate through your archives very easily, as well as the classic WinZip interface. It also has full drag and drop support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ibackup is a python program performing an "intelligent" backup of a Linux system on CD-ROMs. The backup is intelligent because it omits all files that can be restored from the RPMs on the installation (and additional) CD-ROMs. This reduces the time (and
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    A utility that is similiar to Debian's apt program, but for the RPM package management system. It can be used to automatically download and install updated RPM packages on any RPM-based distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a recovery tool for Ext4 Filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Windows Partition

    Python module for partitioning in Windows.

    Python module that wraps the functionality of the Windows diskpart application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A codec for safe filenames.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PyCleanUp is file managing tool written in python, that moves files to selected folders, depending on extension, file size etc. PROJECT IS DEAD!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    File-Organizer

    File-Organizer

    A simple Python script that allows users to organize their files

    # File Organizer A simple Python script that allows users to organize their files by creating folders and renaming them based on custom rules. ## Features ### Organize Files into Directories * Create new folders with specified names (e.g., "Documents", "Images") * Rename files within each folder using a bulk rename pattern * Move files older than 30 days to an archive directory
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PyChecksum
    Simple PyGTK app that creates and checks MD5 and CRC32 (SFV) checksums.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    mdadm-gui

    Front-end UI for mdadm

    Graphical user interface to create and maintaining mdadm software raid arrays. Create, test, mount and delete arrays. . Current status: Planning/Concept Project as yet contains no code yet (pending)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PHOBOS

    Parallel Heterogeneous OBject Store

    PHOBOS implements a high performance storage solution on various storage backends, including tape libraries. It is fully based on open-source standards, open data formats and protocols, which avoids vendor locking of your data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Elufus

    Elufus

    A file manager that is more than just a file manager

    Elufus is a file manager made using Python and the Kivy framework. With the option to play your media files, read your documents, and even view your photos all while having the ability to manage your files with many extendable features, you will never need another file manager again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    View, track, filter, archive, alert, group, rotate logs through a GUI, CLI, or WebUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This library and tools help you to keep tags for files in an external database. As few external dependencies as possible are needed, making it a lightweight file tagging solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Copy/move folders and files between different storage medias, with full-control over the copying/moving process by pause, resume, restart and cancel features, with detailed informations about copy/move process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Local Content Server transforms Plone into a robust Learning Object Repository. It supports IMS content package transport, content preview, and object identification and registration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SuperG is a code library written in Python intended to quickly enable programmers in a scientific environment to manage data files created by dispersed scientific instrumentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Firefly's Clean Lzo

    A human-readable ISC-Licensed implementation of the LZO1X algorithm.

    LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable. People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed. So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB