Showing 547 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
  • 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
    2licht Irrlicht Engine Wrapper

    2licht Irrlicht Engine Wrapper

    Multi-Language Wrapper Collection for the Irrlicht Engine

    2licht's aim is to provide a collection of wrappers for the popular Irrlicht Engine (http://irrlicht.sf.net/). It is still in development; the first wrappers to be released will be the C and Object Pascal interface; followed by a .NET library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LuaEdit is an IDE/Text Editor/Debugger for the Lua language. Its interface looks like MS Visual Studio .Net� and includes syntax highlighting, code completion, advance breakpoint management, efficient search engines, etc. Client under GPL and server (core debugger) under LGPL.
    Leader badge
    Downloads: 86 This Week
    Last Update:
    See Project
  • 3

    Firebird .NET Provider Installer

    Firebird database .NET Provider Installer for Visual Studio

    This nice-looking (GUI-based) utility installs the .NET Provider for Firebird database management system, including DDEX Provider (integration with Microsoft Visual Studio 2010). Requirements to run this installer: (1) Windows operating system. Not applicable to *NIX/Mono: Microsoft Visual Studio requires Windows OS. (2) Visual Studio 2010.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The docking library for .Net Windows Forms development which mimics Visual Studio .Net.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    This project has moved to GitHub: https://github.com/bbadjari/stylecopcli Command-line interface to StyleCop source code analyzers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    doPersistence

    Data persistence with one line of code.

    doPersistence is a C# dll that persists any object to any database. Will save directly to tables with dynamic Sql or it will map to stored procedures (store, load, delete, list). For single objects add a class attribute: [Persistable("Customer", "CustomerId", true)] public class Customer { ... For list objects, inherit from a generic list: public class CustomerList : PersistentList<Customer> Bulk storage is extremely fast with data pagination available on loads. ~10,000...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Hexadecimal View Control

    Hexadecimal View Control with Grouping

    HexControl (HexView) is a classic Windows Forms control. It implements a hexadecimal view of bytes with grouping. It's blazing fast, renders only visible frame of a window and support of painting the individual groups of bytes without the total window redraw.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    DigitalEnlightenment.Net

    DotNet Wrapper for Digital Enlightenment DMX IF

    This is a .net wrapper to access the digital-enlightenment DMX Interface. You can find all information related to digital enlightenment on http://www.digital-enlightenment.de (german page) To run the application, you have to get the usbdmx.dll from the digital enlightenment website (http://www.digital-enlightenment.de/usbdmx.htm). The dll is part of the project archive linked at the bottom. You also need nlog for the library to compile. The project is configured with nuget to make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Chi's Project

    The projects of ChiNvo Studio

    The projects of ChiNvo Studio
    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
    MetroForm Project (.NET)

    MetroForm Project (.NET)

    Add a Metro-styled form to your .NET project!

    1.3 COMING SOON! Includes: Updated settings Improved all animations (using Transitions Library) Added new default theme Changed resize control Native maximise behaviour Added MetroButton (BETA) Form title is now automatically uppercase Currently Supported: WinForms Available Languages: Visual Basic.NET This is a simple Visual Studio template which has a pre-built Metro interface. Currently, there is only a VB version; however, a C# version will be introduced very soon, so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NoConsole

    Framework enabling development of GUI interface for console tools

    A framework enabling easy development of GUI interface for command-line based tools. Powered by C# scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Phidgets2Flash is a small C# utility program that connects the Phidgets hardware toolkit to Macromedia Flash using XML message passing through a TCP socket.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    dotLua is a managed interface wrapper for the Lua C API allowing .NET 2.0 applications to run and interact with Lua scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Miyagi
    Miyagi is a .NET library for creating GUIs in Mogre and Axiom.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    LtSwApplicationExtensions

    Extenstions for IClientApplication LightSwitch interface

    A number of useful extensions for LightSwitch IClientApplication interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ChecksumValidation

    Validation of IBANs, bank accounts, credit cards, identity cards

    ... 2.0. It consists of: - ChecksumValidation: a class library (DLL) for in-process use - ChecksumSoapServer: a SOAP interface - ChecksumTcpServer: a TCP interface implementing a domain-specific language (DSL) for validation - ChecksumComServer: a COM interface - ChecksumClient: a test utility - ChecksumUnitTest: a 100% covering NUnit test - ChecksumUtility: a command-line tool for helper functions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    QuadTree
    A generic type QuadTree implementation in C# for use with XNA. This QuadTree can store any object that implements the interface IHasRectangle. This provides a means of accessing objects in a virtual space very quickly. Development moved to: https://bitbucket.org/C3/quadtree/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Windows Forms .net library containing forms which can be used in many applications, for example displaying the details of an unhandled exception, displaying the software license, or maintaining a responsive UI while a lengthy operation is running on a separate thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    csFlow

    .NET CoverFlow WindowsForms Control

    .NET WindowsForms CoverFlow Control in C#. Wrote with OpenTK/OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ByChance Framework

    A generic framework for the generation of game levels.

    This project has moved to GitHub: https://github.com/npruehs/ByChance
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ConsoleFx Commandline Processing Library

    ConsoleFx Commandline Processing Library

    Command-line application library

    ConsoleFx is an .NET framework for easily developing command-line interface (CLI) applications. It automates most of the work involved in creating a CLI application, like command line argument parsing, error handling and validations. ConsoleFx supports both fluent and declarative (using attributes) programming models. With ConsoleFx, you can say goodbye to lengthy cumbersome code to parse your command-line arguments. For detailed documentation, with getting started guides, advanced topics...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GZ Controls
    GZ Controls is a library containing controls for using with C#. Requires .NET Framework 4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WhiteSnake Script Editor
    WhiteSnake - Professional script editor application for Squirrel and PAWN languages. It provides award-winning syntax highlight engine and compilation for your scripts. Was developed for VC:MP, IV:MP, SA-MP and CS scripters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GLBasic IDE is a cross platform IDE for the programming language GLBasic. It will run under Linux and Windows (via Mono and .Net).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Lioness (Languages Interop Framework)
    Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
    Downloads: 0 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.