Showing 7975 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
  • 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
  • 1
    Several language bindings for the FTDI D2XX driver used in FTDI's USB products. Currently supported languages are Python (pyd2xx), Java (jd2xx), CSharp (csd2xx) and LabVIEW (lvd2xx).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Monocular

    Monocular

    Search and discovery UI for Helm Chart repositories

    Monocular is a web-based application that enables the search and discovery of charts from multiple Helm Chart repositories. It is the codebase that powers the Helm Hub project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ebfformat

    ebfformat

    An Efficient Binary data Format

    EBF, which stands for Efficient Binary Format, is a binary file format for reading and writing binary data easily. Reading writing routines are currently available in C,C++,Fortran,Java, Python, IDL, MATLAB. A program called ebftkpy which has a set of utility functions to work with the .ebf files , e.g., viewing the contents and getting a summary, is also provided. The EBF specification is designed to be concise and easy to understand to make it easier for others to write their own code...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    ChainerRL

    ChainerRL

    ChainerRL is a deep reinforcement learning library

    ChainerRL (this repository) is a deep reinforcement learning library that implements various state-of-the-art deep reinforcement algorithms in Python using Chainer, a flexible deep learning framework. PFRL is the PyTorch analog of ChainerRL. ChainerRL has a set of accompanying visualization tools in order to aid developers' ability to understand and debug their RL agents. With this visualization tool, the behavior of ChainerRL agents can be easily inspected from a browser UI. Environments...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 5
    Slacker

    Slacker

    Full-featured Python interface for the Slack API

    Slacker is a full-featured Python interface for the Slack API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HGCircularSlider

    HGCircularSlider

    A custom reusable circular / progress slider control for iOS app

    A custom reusable circular/progress slider control for iOS applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    IntrospectDB

    IntrospectDB

    File System Relational / Object Oriented DBMS/CMS

    Introspect is a File System oriented Database Management System And CMS built on UNIX as a Python and HTML webapp. For the latest version use the Bitbucket repository: https://bitbucket.org/mieszkowski/introspect/src/master/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Cinder

    Cinder

    Community-developed library for professional-quality creative coding

    Cinder is a free and open source library for professional-quality creative coding in C++. Cinder is available under the BSD License for macOS and Windows. The latest version is 0.9.2. To keep up-to-date with Cinder’s development, consider working from the github repository directly. Cinder is a C++ library for programming with aesthetic intent - the sort of development often called creative coding. This includes domains like graphics, audio, video, and computational geometry. Cinder is...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Colora - Color Picker

    Colora - Color Picker

    Color converter, screen color picker and color palettes for Windows

    Colora is a useful small color converter and screen color picker tool for Windows. Colora makes it easy to pick colors from screen and save them. The color picker is tested to work with Windows 10 and DPI scaling. Picked colors can be configured and converted between various formats such as RGB, Hex, HSB, HSL and CMYK. The integrated palette tool then allows you to create color palettes from selected colors or the history of picked...
    Downloads: 13 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Unified Sessions Manager

    Unified Sessions Manager

    Pioneering Private and Public Cloud Management since 2008

    The UnifiedSessionsManager supports the integrated management of user sessions within Private-Clouds, comprising heterogeneous IT landscapes of various physical and virtual machines, hypervisor management, and virtual user sessions with remote desktops. Extracted documents see https://sourceforge.net/projects/ctys-doc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Chardin.js

    Chardin.js

    Simple overlay instructions for your apps

    Chardin.js is a jQuery plugin that creates a simple overlay to display instructions on existent elements. It is inspired by the recent Gmail new composer tour. Add the instructions to your elements. Text to show with the instructions/tooltip. data-position: (left, top, right, bottom), where to place the text with respect to the element. In addition, you can alter the relative position of the tooltip text by placing a colon and a percentage value (-100 to 100) after the position text, eg...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jsonfield

    jsonfield

    A reusable Django model field for storing ad-hoc JSON data

    jsonfield is a reusable model field that allows you to store validated JSON, automatically handling serialization to and from the database. To use, add jsonfield.JSONField to one of your models. Note: django.contrib.postgres now supports PostgreSQL's jsonb type, which includes extended querying capabilities. If you're an end user of PostgreSQL and want full-featured JSON support, then it is recommended that you use the built-in JSONField. However, jsonfield is still useful when your app needs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Wheefun Emulator Framework

    A framework for developing emulators

    The Wheefun Emulator Framework (WFEF) aims to provide low-level hardware emulation primitives for writing new emulators, as well as relatively basic implementations for common system architectures (such as the IBM compatible PC). It was originally designed to support the WDMF project, which has need for hardware emulation on modern operating systems. However, it could conceivably be used in other projects. At its core, WFEF provides primitives for emulating a generic system bus and for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Material SearchBar Android

    Material SearchBar Android

    Material Design Search Bar for Android

    This beautiful and easy-to-use the library will help to add Lollipop Material Design SearchView in your project. Create a custom style and use one of the provided styles as the parent. Simply set/change these colors(or some) and you have your custom style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    GForm GUI maker

    GUI maker for linux scripting using 'pipes' for full interaction

    A GUI form maker for linux scripts. written in gambas basic , Needs the gambas3-runtime installed With GForm you can create GUI's for your scripts. Like zenity , but with much more power. With a single command you can make an interface with various controls like buttons, text fields, check boxes, etc. The interface can create a 'pipe' file that your script reads and waits for signals from the gui. it also creates a pipe file for the script to send commands to the gui to make changes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pack-Print-Cut

    Pack-Print-Cut

    Packing two dimensional rectangular elements at orthogonal table

    Program was created for optimized packing of two dimensional rectangular elements at orthogonal table with main purpose of printing cutting sheets that can be used for cutting material at production in wood and panel furniture manufacturing. It is developed upon authors several years of experience at woodworking, and actual carpenters needs when such software is in question. In spite its look it is fully functional peace of software , with all necessary elements needed for generating...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Jameslation (J9N) is a free, Open Source, translations of resources management tool, developed in PHP/MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HDL Checker

    HDL Checker

    Repurposing existing HDL tools to help writing better code

    HDL Checker is a language server that wraps VHDL/Verilg/SystemVerilog tools that aims to reduce the boilerplate code needed to set things up. It supports Language Server Protocol or a custom HTTP interface; can infer the library VHDL files likely to belong to, besides working out mixed language dependencies, compilation order, interpreting some compiler messages and providing some (limited) static checks. Notice that currently, the unused reports has caveats, namely declarations with the same...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    UITextView+Placeholder

    UITextView+Placeholder

    A missing placeholder for UITextView

    UITextView-Placeholder is a simple and lightweight library that adds placeholder support to UITextView in iOS. Since UITextView lacks built-in placeholder functionality, this library provides an easy way to display and manage placeholder text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CenteredCollectionView

    CenteredCollectionView

    A lightweight UICollectionViewLayout that 'pages' and centers its cell

    CenteredCollectionView is a lightweight drop-in-place UICollectionViewFlowLayout that pages and keeps its cells centered, resulting in the "carousel effect".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Library for parsing Excel (XLS) files, with a sample program for converting Excel files into CSV. This site is no longer being updated. A new release is available on the new site whose link is shown above.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Open Source development tools and drivers for Freescale Background Debug Module (BDM) interface.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Goku

    Goku

    A powerful HTTP API gateway in pure golang

    Goku API Gateway is a Golang-based microservice gateway that enables high-performance dynamic routing, service orchestration, multi-tenancy management, API access control, etc. It's also suitable for API management under a micro-service system. Goku provides a graphic interface and plug-in system to make configuration easier and expand more conveniently. Goku API Gateway is a microservice gateway that runs on the boundaries of enterprise system services. When you build websites, apps, IoT...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    hashcat GUI Toolkit
    A Windows GUI program that helps to set various parameters of hashcat. The following programs are not included, and should be provided by user. - hashcat (v6.1.1 was used and tested for this project) - CAP, HCCAPX file converter. Free as it is, I have no obligation to update, upgrade or debug it on demand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    XLW is a C++ wrapper for the Excel C API described in the Microsoft Excel 97 Developer's Kit. It makes xll programming automatic. Its powerful interface will empower your C, C# or C++ numerics by embedding them in Excel just like the built-in functions.
    Downloads: 11 This Week
    Last Update:
    See Project
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.