Showing 85 open source projects for "python user interface"

View related business solutions
  • 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
  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    Paperboy

    Paperboy

    a small .pdf management tool with a command-line UI

    Paperboy is a tiny .pdf management utility. If you download papers and other pdf documents, you might have noticed that filenames like 1412.4880.pdf are not terribly helpful for finding anything later on. This tool helps with that. It will offer to rename and move files to a specified folder, and it even gives some filename suggestions by looking at the content and the pdf metadata. Paperboy keeps its file management dumb on purpose (no keeping files in a database or hidden library folder),...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    vmm - a virtual mail manager

    vmm - a virtual mail manager

    command line tool to manage email (alias-)domains/accounts/aliases …

    vmm is the easy to use and configurable command line tool for administrators and postmasters, to manage domains, alias-domains, accounts and relocated mail users. It allows the fast and easy management of mail servers. vmm is written in Python. It's designed for installations using Dovecot and Postfix with a PostgreSQL backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    listadmin

    Process messages held by Mailman for approval

    listadmin is a command line tool to manage Mailman lists and proccess queues, without the need to go to the Mailman web interface. It allows you to inspect messages or subscription requests, approve or discard them manually, or discard messages automatically when certain conditions are true. listadmin can also be configured to run out of cron to do routine cleaning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GH

    GH

    GitHub CLI made with NodeJS

    A command-line interface for interacting with GitHub, streamlining repository and issue management.
    Downloads: 1 This Week
    Last Update:
    See Project
  • A privacy-first API that predicts global consumer preferences Icon
    A privacy-first API that predicts global consumer preferences

    Qloo AI adds value to a wide range of Fortune 500 companies in the media, technology, CPG, hospitality, and automotive sectors.

    Through our API, we provide contextualized personalization and insights based on a deep understanding of consumer behavior and more than 575 million people, places, and things.
    Learn More
  • 5

    srt2vobsub

    A command-line tool that converts text subtitles to vobsub

    A command line tool for Linux and other Unix-like systems that generates a pair of .idx/.sub vobsub subtitles files from textual subtitles.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 6
    Node Task List

    Node Task List

    Node Task List: Interactive cli to list and run package.json scripts

    ntl (npm Task List) is an interactive CLI tool that helps developers run npm scripts quickly and efficiently. It provides a user-friendly interface to list and select scripts from the package.json file, making it easier to manage project commands without memorizing them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Suitcase

    Suitcase

    A flexible command line tool for instantly deploying user interfaces

    A flexible command line tool for instantly deploying user interfaces for simple commands and scripts. Suitcase is a command line tool that can be "programmed" to display a SwiftUI interface that can trigger commands and scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Fission CL

    The Fission CL

    Command-line interface for Fission

    The Fission CLI is now part of the main fission-suite/fission repo. We construct identity, data, and compute solutions for the future of the Internet. Users want data ownership and privacy without compromising on a seamless experience. You want to build a resilient application that is fast, cost-effective, and efficient. We build local-first and edge computing tools that make all of this possible. Fission builds open source protocols and managed solutions that empower developers to construct...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    chrome-cut-cli

    chrome-cut-cli

    command line tool to scan, detect, stream and control chrome cast

    Basic command line tool to async scan, detect, stream and control chrome cast devices. Great for pranking someone with a chrome cast device in your local network. Plus there is a GUI version here. https://sourceforge.net/projects/chrome-cut/
    Downloads: 0 This Week
    Last Update:
    See Project
  • North One Connected Banking Icon
    North One Connected Banking

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one 'Connected Bank Account

    Connect every part of your business to one bank account
    Learn More
  • 10
    FractalNow

    FractalNow

    Fast, advanced, multi-platform fractal generator

    FractalNow provides users with tools to generate pictures of various types of fractals quickly and easily. It is made of both a command line tool, FractalNow, and a graphical tool, QFractalNow. The graphical tool, based on Qt library, allows users to explore fractals intuitively and generate pictures. Both tools are entirely multi-threaded and implement advanced algorithms and heuristics that make computation very fast compared to most existing free fractal generators.
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 11
    coala

    coala

    Coala provides a command-line interface for linting and fixing code

    Coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use. You can use Coala from within your favorite editor, integrate it with your CI, get the results as JSON, or customize it to your needs with its flexible configuration syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Elastolix

    Elastolix

    Elastolix converts elastic moduli.

    Elastolix takes any 2 of 6 elastic moduli and calculates the remaining 4. There is a command line tool, named elastolix and a tool with a graphical user interface made with lazarus. Releases for macOS will always be first, others should always follow shortly after.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CSV Comparator

    CSV Comparator

    CSV Comparator is a tool for comparing files which contain CSV-Data.

    ...It was created for performance engineers to be able to have a easy way to compare data from two testruns and be able to automate the comparing process of various files with scripts. There is a command line tool as well as a user interface. In case you need to compare .xml-Files you can convert them to .csv-Files with my other project CSV Transformer. The advantages by using CSV as input and output are the following: - Many applications allow an export of its data to CSV or Excel(were it could be saved to CSV) - It is possible to pre- and postprocess the data, e.g removing version numbers before comparing - It is easy to create CSV data from logfiles and other resources by using unix tools like sed or awk - CSV can be loaded into other applications, especially Excel, were it can be formatted by macros for analyzing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for accessing operating system and hardware level information in Java, Perl and .NET.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 15

    OSPC

    Open Software Plagiarism Checker

    A open source software plagiarism checker. It checks the similarity of individual files and generates various types of reports. Also it is able to find groups of similar submissions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    isbntools

    A command line tool to extract, transform and get metadata for ISBNs

    As of 2015-06-02, this project is no longer under active development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    stakka_klm

    Kernel module to manage Disc Stakka Units

    Kernel Loadable Module to interface with the Disc Stakka units. Other devices to be implemented if/when I can get my hands on them. Objective is to separate the user application from the tedious management of the device (eg. constant polling to prevent their reset function, USB interaction requirements). A /dev device is created per chain through which applications can read/write status and commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DR14 T.meter

    DR14 T.meter

    Compute the DR14 of a given audio file according to the procedure desc

    Introduction to DR14 T.meter DR14 T.meter is a free and opens source command line tool for computing the Dynamic Range of your music according to the procedure used in the off-line meter released by the Pleasurize Music Foundation. This tool is very useful to measure how is loud your music and for understanding that a good quality album always has also a good dynamic, and it's also useful for understanding the effects of the so called loudness war. Dr14 t.meter is released under the...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    copy

    Advanced command line copy tool

    copy is a command line tool to copy files and directories written in Python. It behaves just like POSIX cp but has some additional options like resuming aborted copying jobs. FEATURES: - resume partly copied files - exclude file patterns from copying - semi-blocking -i option: copy will first copy everything it can and then ask for files to overwrite View the wiki for installation instructions. copy passes all relevant tests for a POSIX cp but testers are always welcome!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Hammer Network

    System network speed control.

    Hammer Network is a Qt application, exclusive for GNU/Linux, designed to use, as backend, WonderShaper, a command line tool to control the network speed usage of the system. Supports the network interface detection using the IP system command. Also, can be configured to use or not KDESU to run the control commands as root or not.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    tvcmd

    tvcmd

    tvcmd is a command line tool to keep track of tv shows episodes

    This repository is now hosted in github: https://github.com/juantascon/tvcmd tvcmd is a command line tool to keep track of tv shows episodes, it has a similar purpose of websites such as myepisodes.com followmy.tv or mytvshows.org but for the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    EnDiskEx

    Bulk extractor for Ensoniq-formatted disk images

    EnDiskEx is a command-line tool that bulk extracts instruments, sequences, songs, and banks from Ensoniq-formatted disk images (RAW, GKH, EDE, and EDA) for the EPS/ASR family of samplers. The extracted files are saved as EFE / SMF / TXT files. EnDiskEx is designed to extract Ensoniq banks for re-creation within a different DAW. It will track down the instrument and song files from bank references even if they were saved on another disk. There also exists a disk mapping feature to...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23

    TxtStyle

    Command-line tool for colorizing log files based on regex.

    TxtStyle is a command line tool colorizing output of console programs. It makes it easier to visually scan log files or can simply be used to prettify output of console applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    overdrive5

    AMD GPU power/fan control via ADL OverDrive5 interface

    Command line tool that uses AMD ADL OverDrive5 interface to control power and fan speed of their GPU boards. Look at the Wiki page about usage. Works on Windows and Linux (if video driver is loaded).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    msp430fetinfo

    msp430fetinfo

    MSP430 USB-Debug-Interface MSP-FET430UIF Firmware Information

    A command line tool for getting information from a MSP-FET430UIF debug probe and connected MSP430-devices. Uses "msp430.dll" from http://processors.wiki.ti.com/index.php/MSP_Debug_Stack (Sourceforge project icon from the Open Icon Library). Also checkout the MSP430fetinfo Android app here: https://play.google.com/store/apps/details?id=com.kjarvel.msp430fetinfo
    Downloads: 2 This Week
    Last Update:
    See Project