Showing 498 open source projects for "python user interface"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    File Browser

    File Browser

    Web File Browser

    File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename, and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 2
    PyGlossary

    PyGlossary

    A tool for converting dictionary files aka glossaries

    A tool for converting dictionary files aka glossaries. The primary purpose is to be able to use our offline glossaries in any Open Source dictionary we like on any OS/device. There are countless formats, and my time is limited, so I implement formats that seem more useful for myself, or for Open Source community. Also diversity of languages is taken into account. Pull requests are welcome.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    h5ai

    h5ai

    HTTP web server index for Apache httpd, lighttpd and nginx

    h5ai is a modern file indexer for HTTP web servers with a focus on your files. Directories are displayed in an appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially, h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. Requires PHP 7.0+ and works fine with Apache httpd, lighttpd and nginx. Best user experience with the latest versions of Chromium-based browsers, Firefox, Safari and Edge, but a static fallback...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    Watchman

    Watchman

    A file watching service that records when files change

    Watchman purpose is to watch files and record when there are changes. It can trigger actions (rebuilding assets, for example) when there is a change in matching files. The watchman executable has both the client and the server components of the watchman service. When running watchman, it will attempt to communicate with your existing server instance (each user has their own persistent process), and will attempt to start it if it doesn’t exist. There are some options that affect how watchman...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    KodExplorer

    KodExplorer

    A web based file manager, web IDE / browser based code editor

    .../file, rename, etc.) Flexible configuration of access rights, file types restriction, user, interface and others. Selectable files & folders support (mouse click & Ctrl & Shift & words & Keyboard shortcuts). Background file upload with Drag & Drop HTML5 support; Folder upload with Chrome, Firefox and Edge. Direct extraction to the current working directory.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    TagSpaces

    TagSpaces

    TagSpaces is an offline, open source, document manager with tagging

    TagSpaces is a free, no vendor lock-in, open source application for organizing, annotating and managing local files with the help of tags. It features advanced note taking functionalities and some capabilities of to-do apps. The application is available for Windows, Linux, Mac OS and Android. We provide a web clipper extension for Firefox, Edge and Chrome for easy collecting of online content in the form of local files. File and folder management - TagSpaces provides a convenient user interface...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    PlainApp

    PlainApp

    Open-source application that allows you to manage your phone

    PlainApp is an open-source application that allows you to manage your phone through a web browser. Access files, videos, music, contacts, sms, calls, and more from your desktop using a secure, easy-to-use web interface. We take your privacy seriously and use TLS + AES-GCM-256 encryption to ensure your data is secure. PlainApp has a modern, customizable interface with multi-language support, light/dark theme options. You can manage your phone from your desktop by visiting a self-hosted webpage...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    TinyFileManager

    TinyFileManager

    Single-file PHP file manager, browser and manage your files

    TinyFileManager is a lightweight, single-file PHP-based file manager. It allows users to manage files and folders via a web interface, making it ideal for quick file management tasks on web servers. TinyFileManager supports file uploads, editing, and permission management, all within a minimalist and easy-to-use UI. It’s suitable for developers needing a quick file management tool on shared hosting or lightweight environments.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Maestral

    Maestral

    Open-source Dropbox client for macOS and Linux

    Maestral is a lightweight Dropbox client for macOS and Linux. It provides powerful command line tools, supports gitignore patterns to exclude local files from syncing, and allows syncing multiple Dropbox accounts. The CLI allows configuring an unlimited number of Dropbox accounts. Just pass a new config name when linking a new account. More fine-grained controls in the GUI and command line interface allow excluding individual files with selective sync. Maestral is not an official Dropbox App...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 10
    PGBackWeb

    PGBackWeb

    Effortless PostgreSQL backups with a user-friendly web interface

    pgBackWeb is a web-based interface for managing PostgreSQL backups created with pgBackRest. It allows users to monitor, configure, and schedule backups through a visual dashboard. Ideal for DBAs and teams needing centralized backup control, pgBackWeb simplifies PostgreSQL backup operations in multi-server environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Kondo

    Kondo

    Cleans dependencies and build artifacts from your projects

    Cleans node_modules, target, build, and friends from your projects. Excellent if you want to back up your code but don't want to include GBs of dependencies, or if you want to back up your code but don't want to include GBs of dependencies, or if you like keeping your disks lean and zippy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Annoy

    Annoy

    Approximate Nearest Neighbors in C++/Python optimized for memory usage

    Annoy (Approximate Nearest Neighbors Oh Yeah) is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data. There are some other libraries to do nearest neighbor search. Annoy is almost as fast as the fastest libraries, (see below), but there is actually another feature that really sets Annoy apart: it has...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    LAME (Lame Aint an MP3 Encoder)

    LAME (Lame Aint an MP3 Encoder)

    A high quality MP3 encoder

    LAME is an educational tool to be used for learning about MP3 encoding. The goal of the LAME project is to improve the psycho acoustics, quality and speed of MP3 encoding. Note: we provide source code only!
    Leader badge
    Downloads: 16,580 This Week
    Last Update:
    See Project
  • 14
    Double Commander
    Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
    Leader badge
    Downloads: 6,470 This Week
    Last Update:
    See Project
  • 15
    DocFetcher

    DocFetcher

    Desktop search application

    DocFetcher is an Open Source desktop search application: It allows you to search the contents of files on your computer. — You can think of it as Google for your local files. The application runs on Windows, Linux and Mac OS X.
    Leader badge
    Downloads: 2,278 This Week
    Last Update:
    See Project
  • 16
    BleachBit

    BleachBit

    deletes junk files to free disk space and improve privacy

    BleachBit frees disk space and maintains privacy. Cleans cache, Internet history, temporary files, logs, cookies, Firefox, Google Chrome, Flash, Windows, Linux, and more. Downloads are at www.bleachbit.org and source code is at GitHub.
    Leader badge
    Downloads: 1,272 This Week
    Last Update:
    See Project
  • 17
    CopyQ

    CopyQ

    Clipboard manager with advanced features

    CopyQ is advanced clipboard manager with searchable and editable history with support for image formats, command line control and more.
    Leader badge
    Downloads: 274 This Week
    Last Update:
    See Project
  • 18
    LogicalDOC Document Management - DMS

    LogicalDOC Document Management - DMS

    smart and open source document management system

    ... to reduce costs significantly. Check out https://www.logicaldoc.com to learn more. The design of LogicalDOC is based on best-of-breed Java technologies in order to provide a reliable DMS platform. The main interface is web-based, no need to install anything else; users can access the system through their browser. LogicalDOC CE is 100% free software and is packaged with an open source database; while it supports all major DBMS, developers still recommend MySQL for production systems.
    Leader badge
    Downloads: 236 This Week
    Last Update:
    See Project
  • 19
    CDemu - a virtual CD/DVD drive for Linux
    CDemu - a virtual CD/DVD drive for Linux. Project includes Linux kernel module & userspace utilities.
    Leader badge
    Downloads: 204 This Week
    Last Update:
    See Project
  • 20
    AI File Sorter

    AI File Sorter

    AI File Sorter uses AI to help you organize your files and folders

    With built-in AI and a clean GTK-based interface, it analyzes file and folder names to automatically assign categories and optional subcategories. You stay in control—review and adjust the suggested categories before confirming. When you're ready, AI FileSorter creates the right folder structure and moves everything into place for you. You can use a remote AI model or download a local one (like Mistral 7B or LLaMa 3B) for faster, private file sorting - your choice.
    Downloads: 155 This Week
    Last Update:
    See Project
  • 21
    GSmartControl

    GSmartControl

    Hard disk drive and SSD health inspection tool

    GSmartControl is a graphical user interface for smartctl. It allows you to inspect the hard disk and solid-state drive SMART data to determine its health, as well as run various tests on it.
    Leader badge
    Downloads: 132 This Week
    Last Update:
    See Project
  • 22
    Downloads: 81 This Week
    Last Update:
    See Project
  • 23
    Grsync
    Grsync is used to synchronize folders, files and make backups. It is a rsync GUI (Graphical User Interface).
    Leader badge
    Downloads: 59 This Week
    Last Update:
    See Project
  • 24
    Eagle Mode

    Eagle Mode

    Zoomable user interface (ZUI) with file manager, file viewers and more

    Eagle Mode is a zoomable user interface (ZUI) with file manager, file viewers, games, and more. This project is about a futuristic style of human-computer interaction, where the user can visit almost everything simply by zooming in. It features a portable C++ toolkit API for developing such ZUIs, and it features the Eagle Mode application, which provides a virtual cosmos with plugin applications. The most important one is the professional file manager with its rich, scriptable command set...
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 25
    Rockstor

    Rockstor

    BTRFS based NAS and private cloud storage solution

    ..." are powered by a Docker-based application hosting framework. And new ones can be simply added. These Rock-ons, combined with advanced NAS features, turn Rockstor into a private cloud storage solution accessible from anywhere, giving users complete control of cost, ownership, privacy and data security. Rockstor UI is written in Javascript, making it simple to manage everything from your Web browser. The backend is written in Python and exposes RESTful APIs to easily extend functionality!
    Downloads: 31 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
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.