46 projects for "python tkinter gui" with 2 filters applied:

  • 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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    ThanCad is a 2dimensional cad, with limited 3d support and raster inclusion capability and emphasis in engineering. It is being written in Python and since it uses the Tkinter library, it is platform independent.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    A toolkit for building high-level compound widgets in Python using the Tkinter module. It contains a set of flexible and extensible megawidgets, including notebooks, comboboxes, selection widgets, paned widgets, scrolled widgets and dialog windows. Python megawidgets is Python 3 compatible through the Pmw 2 download. Pmw 1 is destined for Python 2. Both are now accessible through the new pypi compatible package (credits for which go to Andy Robinson and the team at ReportLab).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3

    pydatascope

    Software oscilloscope using Python and tkinter

    Software oscilloscope using Python and tkinter. Supports multiple sources: socket, file, audio, USB. Displays data by samples, time or frequency. Scales the input automatically or manually.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    tkColorPicker

    tkColorPicker

    Color picker dialog for Tkinter, alternative to tkinter.colorchooser

    The tkcolorpicker module contains a `ColorPicker` class which implements the color picker dialog and an `askcolor` function that displays the color picker and returns the chosen color in RGB and HTML formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    PdfCMYKerLite

    PdfCMYKerLite

    PdfCMYKerLite - inspect and remix CMYK separations of PDF file

    PdfCMYKerLite is a wxPython GUI front-end for Ghostscript `gs` and ImageMagick `convert`, which uses the Ghostscript tiffsep device to obtain CMYK separations of a PDF document. For full description, see README.md in the code browser at https://sourceforge.net/p/pdfcmykerlite/code/ci/master/tree/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Crazy Eddies GUI System (CEGUI)

    Crazy Eddies GUI System (CEGUI)

    A fast, powerful and adaptable GUI solution

    Crazy Eddie's GUI (CEGUI) system is a graphical user interface C++ library. It was designed particularly for the needs of videogames, but the library is usable for non-game tasks, such as any other type of applications (rendering/visualisation/virtual reality) and tools. It is designed for user flexibility in look-and-feel, as well as being adaptable to the user's choice in tools and operating systems. Established in 2003, CEGUI sees continual, active development and remains one of the...
    Downloads: 65 This Week
    Last Update:
    See Project
  • 7

    Leave A Trace Tools

    Tools for reading the track data of the project "Leave a Trace"

    ...It is installed as a permanent exhibition within the Charité in Berlin, Germany. Please find more Details about LAT here: https://leave-a-trace.charite.de/action This sourceforge project provides python tools to read the raw XML data produced by LAT. The data reading module works with python2 and python3. LAT XML Data can be downloaded here: https://leave-a-trace.charite.de/action/xml_dateien_der_traces/ ## Visualization tool: This project also contains a GUI-based visualization tool, which allows creation of custom vector data (SVG) from the given LAT data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Buildes

    Buildes

    A designer’s program for describing parts of the building

    ...It reads a text (session) file from which it compiles the information. It then allows the user to browse, analyze and export the resulting building knowledge. The compilation system is written in pure Python. The building components created are rendered in PythonOCC. The GUI is written using PyQt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Crystal Space 3D SDK
    Crystal Space is an Open Source 3D SDK for Unix, Windows, and MacOS/X. It renders with OpenGL and features GLSL shaders, CG shaders, deferred rendering, dynamic shadows, bullet based physics library, terrain engine, skeleton based animation meshes, exporter for Blender, portals, etc...
    Downloads: 11 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 10
    Media Layer AI
    MediaLayerAI is a media organizer/player like MythTV and Boxee. It features a simple UI which is easy to operate via a remote and a library of modules to provide metadata for existing files. Our alpha version is now at version 0.77 and will likely move to 0.78 soon. This will represent the last alpha release. As all of our attention will move to getting 1.0 ready for release. Here are some of it's exciting features: -Streaming support: Youtube, Crunchyroll, Dailymotion and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MusicPlayer

    MusicPlayer

    Music player - endlessly plays your music

    This music player is supposed to be simple and all centered around an infinite intelligent queue (some other players call this PartyShuffle or DJ mode). You can manually add songs to it - but if you don't or the queue gets too short, it will automatically intelligently fill it with further songs. The intelligent queue decision currently is based on: * song ratings * context-based choices, e.g. related songs more likely Other features of this player: * open source, simplified BSD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is a tutorial about how to create a video player. This tutorial pretends to be a brief introduction to the Graphics User Interfaces (GUI) programming, using the Python programming lenguage and Qt framework, both multiplataform. In this tutorial we'll use PyQt to show you the base of Qt programming under Pyhon. To make this tutorial even more funny, because you can learn the theorical side of Qt programming just reading the documentation, I will focus it only in the practical side, therefore I deside to show you how to create a video player, which its programming is unbelievably simple with Qt. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    sconcho is a GUI for creating knitting charts.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    gmf_synth

    A graphical interface GUI for Fluidsynth Soundfont Player

    A graphical interface for software synthesizer or sound-samplers. Currently supported is fluidsynth. Can be used to play SoundFonts, SF2 and MIDI files. Required is an installation of fluidsynth. Written in Python / Qt4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gEcrit
    gEcrit is a Python orientated source code editor. It tries to keep the interface as clean as possible and keep the menus simple. It features all the common features a Python programmer might need, including an interactive Python shell.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    pyShotDetect

    (Auto-)Detect Video Scene Changes, output an edit list

    ...Given a .dv file automatically detect scene changes within that file (best performance on cuts and fade through/to black). Write a .kino file with each of the scenes for post-processing. Dependencies: (Python) openCV matplotlib Tkinter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    pyscope

    Software oscilloscope using Python and tkinter

    Software oscilloscope using Python and tkinter. Supports multiple sources: socket, file, audio, USB. Displays data by samples, time or frequency. Scales the input automatically or manually. It has been renamed "pdatascope" to avoid a name-clash with Pyscope, a scoping package on PyPi. See https://sourceforge.net/p/pydatascope/ for the latest code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Dummy for ISO will help you create a dummy file for your ISO and then creates a new ISO with the dummy.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Lightningbeam

    Lightningbeam

    IDE for creating interactive Flash and HTML5 content

    Lightningbeam is a free, open-source alternative to Adobe Flash. It is written in Python, and uses PyGUI for a GUI, swfc for compiling, and Cairo for image processing. It has the ability to export to HTML5 as well as .swf, allowing for viewing on non-Flash-compatible devices (such as the iPhone or the Kindle), and can pack all resources into a single HTML file for portability. Lightningbeam supports ActionScript, allowing for interactive content creation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Gnupylot is a GUI for gnuplot (the widely used multi-OS plotting utility). It's written in Python using PyQt4 libraries. With Gnupylot you can save your plots (even the datasets). It's still in Alpha stage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    AudiOpen is a framework and GUI for audio synthesis, with the goal of developing an environment where obtaining the waveform you want is very intuitive by taking a very systematic/mathematical approach to defining audio and supporting Python scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DTMF detector library and/or application that reads in the specified audio file and returns/outputs whether DTMF detected and/or list of detected digits. May have GUI and command line interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FreeMet is a meteorological program which provides weather maps, radar movies, and forecasts in one GUI. New functions can be added easily by writing new plugins which download, parse or process existing data available on the internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A NON fancy xml editor for the flam3 renderer. Running under Python + pygtk+ + gtk+.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pycture Resizer is a little utility used to resize pictures. It supports various image formats and is written in Python. It features a nice GUI created with wxPython and file drag'n'drop. (wxPython and PIL needed)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next