Showing 40 open source projects for "tk"

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
  • Communication APIs for SMS, Voice, Video | Twilio Icon
    Communication APIs for SMS, Voice, Video | Twilio

    Design and deploy your ideal customer engagement experience.

    For developers that need flexible APIs that power communications applications, at companies of all sizes
    Learn More
  • 1
    tkImg

    tkImg

    Img is a collection of format handlers for the Tk photo image type.

    See https://tkimg.sourceforge.net/ for a list of supported image formats.
    Leader badge
    Downloads: 148 This Week
    Last Update:
    See Project
  • 2

    tcl-awthemes

    awdark and awlight themes for Tk, scalable themes.

    awdark and awlight themes for Tk, loosely based on the adwaita themes. Scalable themes: awdark, awlight, black, winxpblue, breeze, arc, clearlooks.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 3
    PAGE
    PAGE is a drag-and-drop GUI generator for Python and Tkinter which generates Python modules that display a relatively simple GUI constructed from Tk and Ttk widget sets using the Place Geometry Manager. PAGE supports the construction of multiple toplevel GUI's. PAGE is a cross-platform tool running on any OS that has a current version of Python installed. PAGE output requires only Python Tkinter and runs on Linux, Unix, Windows, and even Rasperian. Version 8 is a major release which incorporates initial support of Ttk themes.
    Leader badge
    Downloads: 436 This Week
    Last Update:
    See Project
  • 4
    [incr Tcl] is the most widely used O-O system for Tcl. The name is a play on C++, and [incr Tcl] provides a similar object model, including multiple inheritence and public and private classes and variables. Repos now http://core.tcl.tk/itcl and itk
    Leader badge
    Downloads: 156 This Week
    Last Update:
    See Project
  • Tools to Build an Efficient Quality Management System. Icon
    Tools to Build an Efficient Quality Management System.

    Sunday Business Systems (SBS) offers comprehensive quality management software (QMS) and consulting services to improve compliance

    Sunday Business Systems is ideal for small to mid-sized manufacturing and service businesses looking for cost-effective, customizable quality management software to help them comply with industry standards and improve operational efficiency
    Learn More
  • 5

    tcl-flexmenu

    An alternative menu system for Tcl

    An alternative menu system for Tcl that allows any widget to be placed in the menu, standard checkbutton and radiobutton widgets and scrollable menus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    tcl-virtualscrolling

    Virtual Scrolling without a frame or canvas wrapper

    This code implements virtual scrolling using callbacks to configure and populate the rows. Each row display is configured with a callback and the data for each row is populate with a callback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    tkcalendar

    tkcalendar

    Calendar widget for Tkinter

    tkcalendar is a python module that provides the Calendar and DateEntry widgets for Tkinter. The DateEntry widget is similar to a Combobox, but the drop-down is not a list but a Calendar to select a date. tkcalendar is compatible with both Python 2 and Python 3. It support all locale settings supported by the system and the colors are customizable.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    pytkapp

    Python package for develop an SDI/MDI application and set of widgets.

    =========== pytkapp =========== Python package for develop an application that provide multi-documents/single-document interface with using of tkinter library and set of additional tkinter widgets. See available demos: pytkapp/demo/run_ptaoptionsdemo.py - run GUI demo for option's container (available widgets, rules) pytkapp/demo/run_ptamdidemo.py - run demo of MDI application pytkapp/demo/run_ptasdidemo.py - run demo of SDI application pytkapp/demo/run_tkwbasicdemo.py...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Build fully functional websites and web apps by simply chatting with AI. Launch in 1 click – no coding, no delays. Icon
    Build fully functional websites and web apps by simply chatting with AI. Launch in 1 click – no coding, no delays.

    Got an idea? Launch it today

    Hostinger Horizons is an AI-powered revolutionary new way to build websites and web apps. No coding, no delays. Users just need to tell the AI what they want, and it builds it, instantly. Whether it's a food delivery platform, a fitness tracker, or a custom business tool, Horizons turns the idea into a fully functional, mobile-friendly app in minutes. It’s fully customizable, lightning-fast, and designed for creators who want results without the complexity. With built-in hosting, professional email, and one-click deployment, you're ready to publish your idea right away.
    Learn More
  • 10

    PTWidgets

    Package of modernized Tcl/Tk widgets

    PTWidgets contains several Tcl/Tk widgets including tokensearch and tokenentry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    tkFontChooser

    tkFontChooser

    Simple font chooser dialog for tkinter

    A simple font chooser for Tkinter that allow the user to select the font family among the fonts available on his/her system. The size and style (bold, italic, underline, strikethrough) of the text can be set too. This module contains a `FontChooser` class which implements the font chooser and an `askfont` function that displays the font chooser and returns the chosen font when the user closes the font chooser. The font is returned as a dictionary like the one returned by the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    TkinterDnD

    Python wrapper module for tkdnd

    TkinterDnD is a python wrapper for George Petasis' tkDnD Tk extension. tkDnD adds native drag and drop support for windows and (yet partially) unix and Mac OSX to Tk. TkinterDnD makes this functionality available for Python/Tkinter.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13

    ScintillaTk

    Tk platform implementation for Scintilla text widget

    This package provides the Scintilla widget as a Tk Toolkit widget extension. It is modeled after the Tk text widget for common or similar operations. There are also additional subcommands unique to Scintilla's features. See the ScintillaTk man page for more details. This extension was developed using Tcl/Tk 8.5.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    easygui

    GUI Dialog library for Python with a major goal of simplicity

    EasyGUI is a module for very simple, very easy GUI programming in Python. EasyGUI is different from other GUI generators in that EasyGUI is NOT event-driven. Instead, all GUI interactions are invoked by simple function calls.
    Downloads: 62 This Week
    Last Update:
    See Project
  • 15
    Python Tkinter Extensions

    Python Tkinter Extensions

    Additional Graphical Classes and Widgets for Tkinter/Ttk

    This is a Python package with extensions for Tkinter. It supports both Python 2.7 and Python 3.3. Currently, the project is in version 1.0 of the Production stage. Feel free to fork off the main project or send me possible additions to the package.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    tkml

    Simple Tcl/Tk library for XML-based GUI creation

    tkml is a library written in pure Tcl which makes use of the Itcl object oriented package for providing its users (Tcl/Tk programmers) with a way of easily creating GUIs based on XML text with a pre-defined set of tags and corresponding attributes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    clickTk

    clickTk

    clickTk is a graphical editor to generate Perl/Tk GUI.

    clickTk is a graphical editor that helps Perl/Tk programmers create Perl/Tk applications consisting of several more or less sophisticated dialogs. The main goal is to generate Perl/Tk code in form of scripts, subroutines and classes (megawidgets) which can be embedded in the application with or without minor manual interventions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    tk-goodies provides a set of Tcl/Tk packages to build GUI in an easy and powerfull way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    tkgifviewer

    tkgifviewer

    Image viewer for animated GIFs

    ...Moreover it is possible to execute operations on images like Move File, Create Link, Delete File, and so on. For user convenience tkgigviewer can open and display other image formats. Furthermore this project provides the Tk package tkimagewindow which can be used in your own application for displaying animated GIFs (and other image formats).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tk-UI is a Java Toolkit for declaratively building User Interfaces (UI). UI is described with an XML grammar (XUL, XHTML, etc.), logic is managed with a scripting language (JavaScript, etc.). UI is rendered with an actual GUI library (SWT, Swing, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VisualCamel is a WYSIWYG Graphical Perl/Tk GUI creator. VisualCamel is an attempt to create a Perl/Tk GUI editor that resembles Microsoft's Visual Basic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Application loader, storing application's user interface and logic in database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Allows Tcl developers to use attractive Mac styled widgets, knowing they'll be rendered platform appropriately elsewhere too, like X11 and Microsoft Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Libraries and documentation concerned with the gestalt of Human-Computer-Interfaces. Supported Languages and Toolkits: Tcl/Tk, Ruby, Python and Lisp. Written in Tcl/Tk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Middle level device drivers for the Ultraship U-2, a USB HID scale, no brand or company name available. Includes basic test scripts, drivers, example implementations and documentation. The output of this driver will insert it into applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next