All Projects → TkinterEP → Ttkwidgets

TkinterEP / Ttkwidgets

Licence: gpl-3.0
A collection of widgets for Tkinter's ttk extensions by various authors

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ttkwidgets

tkmacosx
Tkmacosx is a Python library extension to the Tkinter module. Change background and foreground colors of a Button, Use ColorVar to change colors of multiple widgets just like StringVar, and much more.
Stars: ✭ 48 (-15.79%)
Mutual labels:  widgets, tkinter
Sieve
Sieve Script Editor
Stars: ✭ 452 (+692.98%)
Mutual labels:  extension, gui
tk tools
Python tkinter tools, Python3.7+
Stars: ✭ 86 (+50.88%)
Mutual labels:  widgets, tkinter
Fltk Rs
Rust bindings for the FLTK GUI library.
Stars: ✭ 241 (+322.81%)
Mutual labels:  gui, widgets
Arf Converter
Bulk ARF file converter
Stars: ✭ 10 (-82.46%)
Mutual labels:  gui, tkinter
Filebrowser
📂 Web File Browser
Stars: ✭ 13,854 (+24205.26%)
Mutual labels:  extension, gui
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+36096.49%)
Mutual labels:  gui, tkinter
Ttkthemes
A group of themes for the ttk extenstions for Tkinter
Stars: ✭ 155 (+171.93%)
Mutual labels:  gui, tkinter
Vim Quickui
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
Stars: ✭ 714 (+1152.63%)
Mutual labels:  gui, widgets
Appjar
Simple Tkinter GUIs in Python
Stars: ✭ 565 (+891.23%)
Mutual labels:  gui, tkinter
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (+249.12%)
Mutual labels:  gui, widgets
Guiscrcpy
A full fledged GUI integration for the most award winning open-source android screen mirroring system -- scrcpy located on https://github.com/genymobile/scrcpy/ by @rom1v
Stars: ✭ 960 (+1584.21%)
Mutual labels:  pypi, gui
Picameraapp
A graphical interface for programming the Raspberry Pi PiCamera. Written in Python using Tkinter.
Stars: ✭ 188 (+229.82%)
Mutual labels:  gui, tkinter
Chrome Developer Mode Extension Warning Patcher
⇒ Disable Chrome's Developer Mode Extension Warning Popup & Elision WWW/HTTPS Hiding & Debugging Extension Popup
Stars: ✭ 240 (+321.05%)
Mutual labels:  extension, gui
Comiccrawler
An image crawler written in Python.
Stars: ✭ 185 (+224.56%)
Mutual labels:  gui, tkinter
Orbtk
The Rust UI-Toolkit.
Stars: ✭ 3,460 (+5970.18%)
Mutual labels:  gui, widgets
Attendace management system
In this system we can fill attendance by face recognition
Stars: ✭ 135 (+136.84%)
Mutual labels:  gui, tkinter
Libs Gui
The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
Stars: ✭ 148 (+159.65%)
Mutual labels:  gui, widgets
Clui
Command Line User Interface (Console UI inspired by TurboVision)
Stars: ✭ 561 (+884.21%)
Mutual labels:  gui, widgets
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+13784.21%)
Mutual labels:  pypi, gui

ttkwidgets

Build Status Build status codecov PyPI version License: GPL v3 Documentation Status

A collection of widgets for Tkinter's ttk extensions by various authors.

License

ttkwidgets: A collection of widgets for Tkinter's ttk extensions by various authors 
Copyright (C) RedFantom 2017
Copyright (C) The Python Team
Copyright (C) Mitja Martini 2008
Copyright (C) Russell Adams 2011
Copyright (C) Juliette Monsel 2017

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Installation

  • With pip:

      pip install ttkwidgets
    
  • Ubuntu: ttkwidgets is available in the PPA ppa:j-4321-i/ttkwidgets.

      sudo add-apt-repository ppa:j-4321-i/ttkwidgets
      sudo apt-get update
      sudo apt-get install python(3)-ttkwidgets
    
  • Archlinux: ttkwidgets is available in AUR.

Documentation

Online documentation is available here: https://ttkwidgets.readthedocs.io/en/latest/

Contributing

If you have created a widget that you think is worth adding, then feel free to fork the repository and create a Pull Request when you've added the widget to your copy of the repository. You will be credited for your work, and you can add headers to your files. You will also be added to the AUTHORS.md file.

Issues

If you find any bugs or have any ideas, feel free to open an issue here in the repository, and it will be looked at.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].