Showing 58 open source projects for "python windows ui"

View related business solutions
  • Push Code. Get a Production URL. Done. Icon
    Push Code. Get a Production URL. Done.

    Cloud Run deploys any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try Cloud Run Free
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Stremio

    Stremio

    Stremio - Freedom to Stream

    Stremio is the browser application that delivers Stremio’s “Freedom to Stream” experience entirely on the web. It consumes stremio-core (compiled to WebAssembly) and renders the product surfaces you recognize: Board for personalized updates, Discover for browsing catalogs, and Meta Details for titles, seasons, and streams. The app is built with JavaScript/TypeScript and a conventional web toolchain, offering simple commands for local development, testing, and production builds. It manages...
    Downloads: 56 This Week
    Last Update:
    See Project
  • 2
    OBS Studio

    OBS Studio

    Open source software for live streaming and recording

    OBS Studio, also known as Open Broadcaster Software, is a free and open source software program for live streaming and video recording. Features of the software include device/source capture, recording, encoding and broadcasting. Stream on Windows, Mac or Linux. This software is commonly used by video game streamers on the popular streaming platform Twitch.
    Downloads: 232 This Week
    Last Update:
    See Project
  • 3
    Streamlink

    Streamlink

    Streamlink is a CLI utility which pipes video streams

    Streamlink is a command-line utility that pipes video streams from various services into a video player, such as VLC. The main purpose of Streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. There is also an API available for developers who want access to the stream data. Streamlink is built upon a plugin system that allows support for new services to be easily added. Most of the big streaming services are supported....
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4
    Stremio Core

    Stremio Core

    Types, addon system, UI models, core logic

    Stremio Core is the Rust engine that powers Stremio’s apps by centralizing all reusable logic behind discovery, catalogs, metadata, streams, add-ons, and user/library state. It exposes a clean set of modules—types, addon_transport, and state_types—so apps can talk to add-ons, model UI state, and react to events without duplicating code. The architecture is inspired by Elm: immutable state, message-driven updates, and explicit side-effects (“effects”) keep behavior predictable and testable....
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    Live API Web Console

    Live API Web Console

    A react-based starter app for using the Live API over websockets

    Live API Web Console is a React starter that demonstrates how to use Gemini’s Live API over WebSockets to build real-time, multimodal experiences. The app includes modules for streaming audio playback, recording user media from the microphone, webcam, or even screen capture, and it surfaces a unified event log so you can debug the session as it flows. Configuration lives in a simple .env file and the project boots with standard web tooling, letting you experiment quickly with models, system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Slim Camera

    Slim Camera

    Slim Camera - Lightweight RTSP Video Player

    Slim Camera is a lightweight RTSP viewer for IP cameras. On first launch, it prompts for the stream URL (saved for future sessions) and runs in the system tray to avoid taskbar clutter. It remembers window position, size, and camera URL via an INI file for seamless reuse. The interface keeps distractions minimal - just the video stream in an auto-sizing window. Right-click the tray icon to change the camera URL, restart the stream, reset window position, or exit. Press F1 to quickly...
    Downloads: 72 This Week
    Last Update:
    See Project
  • 7
    WebCam_Streamer

    WebCam_Streamer

    Stream your laptop or external webcam over LAN or Wi-Fi hotspot.

    WebCam Streamer is a professional, lightweight application that lets you stream your laptop or external webcams in real-time. Stream over a local network (LAN) or create a temporary Wi-Fi hotspot for direct access without complex setup. Features a modern, resizable dark-themed GUI with a dropdown to select any connected camera, live status display, and QR code for instant browser access. Supports multiple webcams, switching between them seamlessly, and keeps streaming simple with start/stop...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Twitch Drops Miner

    Twitch Drops Miner

    An app that allows you to AFK mine timed Twitch drops

    TwitchDropsMiner is a desktop application that automates earning timed Twitch Drops by simulating “watch” activity without actually streaming video, letting users collect rewards while saving bandwidth and attention. It works by periodically fetching stream metadata to advance Drops progress, while maintaining a websocket connection to monitor which channels are online, offline, or changing status. The app is designed to reduce manual babysitting by switching channels automatically when a...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    Talkie

    Talkie

    Talking 3D character for your stream

    Full source code and 3D model for a talking 3D character, tweak as you need. Useful for streaming/videos when you don't want to show your face. Uses your mic input to move the mouth* You can provide your own 3D model with a jaw bone. This is not intended for end users. No executable is provided. You will need to have a 3D head modeled, with armature attached and a labeled jaw bone (unless you just want to use the default green sphere). Also some idea on how to use GODOT would be an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    SpotifyToGoogle

    Transfer your saved songs from Spotify to Google Music

    Transfer your saved songs from Spotify to Google Music. Now can transfer specific playlist. This was written for my only needs, but can be modified to be a much more versatile app. https://github.com/Asdprom/spotify_to_google
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    base64io

    base64io

    A stream implementation for Python that provides transparent base64

    A stream implementation for Python that provides transparent base64 encoding and decoding of an underlying stream. This project is designed to develop a class, :class:`base64io.Base64IO`, that implements a streaming interface for Base64 encoding. Python has supported native Base64 encoding since version 2.4. However, there is no streaming interface for Base64 encoding, and none is available from the community. The legacy base64.encode and base64.decode interface lets you shuffle data between...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    MysticBBS Shoutcast Panel

    MysticBBS Shoutcast Panel

    Python Script for Mystic BBS Shoutcast Dashboard

    This script was created so I can display various information to my BBS users about my shoutcast radio stream. This BBS section includes a shoutcast dashboard with station information obtained via RSS/XML. The display includes listener peak, current song playing, next song to play, stream status, stream URL and other pertinent information for the BBS user to see. After the dashboard is displayed, the script continues by showing the last 20 songs played on the station. Useful...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    Chrome-Cut

    Chrome-Cut

    Python3 tool to scan, detect and control chromecast devices

    Basic GUI, CLI tool programmed in Python 3.4 and QT5. It gives you the ability to detect, scan and send some useful HTTP requests "Commands" to endless amount of chromecast devices. As well as the ability to loop the commands so the process of repeating it will be automated with a set duration in-which the looping will be done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    WTP

    WTP

    WTP is a League of Legends ping checker.

    WTP can check your ping on servers such as EUNE/EUW/NA/RU and more! with just a click! i made WTP using Python Language and its process is to ping the League of Legends servers,by that way it can find your ping in game.Download the file WTP 1.3.rar!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    savonet
    Audio toolkit for streaming, aiming at complex Internet radio systems. Our stream generator is highly extensible and flexible. Script based, it can be a fully automatic daemon streamer, but is also used for live shows with an user-friendly GUI.
    Leader badge
    Downloads: 293 This Week
    Last Update:
    See Project
  • 18
    Locaviewer

    Locaviewer

    Sistema de vídeo distribuido para Centros Infatiles

    Proyecto para la IV Edición del Desafío Tecnológico planteado en la ETSIIT de la Universidad de Granada. Nuestro grupo propone una solución para que padres puedan ver en tiempo real a sus hijos mientras se encuentran Centros Infantiles. Nuestro producto se diferencia de otros en el que el cambio de cámara es automático, realizando para ello una triangulación de los niños.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    aTunes

    aTunes

    Cross-platform player and audio manager

    aTunes is a powerful, full-featured, cross-platform player and manager, with support for online radios, podcasts and CD ripping.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 20

    python-webrobot

    download video from various hosters

    Allows to automatically download files and video streams from web hosters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    RadioCEFyL

    Centro de Estudiantes de la facultad de Filosofía y Letras - UBA

    RadioCEFyL es la radio vía internet del centro de estudiantes de la facultad de Filosofía y Letras de la Universidad de Buenos Aires. Como parte del proyecto se está desarrollando un software de transmisión y un sitio web que permita gestionar las transmisiones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    itvOS - Video & Streaming Framework/CMS

    itvOS - Video & Streaming Framework/CMS

    With itvOS, you can create apps that provide premium TV service

    Whether you are a TV manufacturer, a computer maker or systems developer, our itvOS SDK will work for you. Want to provide premium TV service? The fastest and most efficient way is to embed iTVmediaPlayer into your own GUI, OS or app -- no dealing with TV content providers, content licensing fees, content database management, or billing nightmares. itvOS is the proprietary, cloud-based, premium TV platform that powers iTVmediaPlayer. It is embeddable in almost any GUI/OS/app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    UpStage
    WE ARE NO LONGER USING SOURCEFORGE. Please visit http://www.upstage.org.nz for the most up-to-date code (v3 to be released january 2014, beta version available November 2013) and information. UpStage is a web-based venue for cyberformance: artists compile digital media in real time to create live theatrical performance for online audiences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    SMPTE 2022-1 library for VLC & co

    Optimized and cross platform SMPTE 2022 FEC library in C, Python, Java

    Project moved to GitHub. https://github.com/davidfischer-ch/smpte2022lib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    THM COM FREE FM RADIO

    THM COM FREE FM RADIO

    Uma rádio FM para servidores Zend

    Instale no Windows Power Shell (Windows 7) e rode no Internet Explorer 8 dos seus usuários: uma rádio FM que aceita ligações externas. Você será capaz de prover música MP3 em poucos instantes. Precisará do servidor Zend, do interpretador Perl e do programa que "corta" músicas o mp3directcut. Até 3 ouvintes ou mais serão capazes de aceitar o comando embed através de suas janelas. Vem com comerciais e interface de vídeo. Em 3 versões.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB