A collection of widgets for Tkinter's ttk extensions by various authors.
ttkwidgets: A collection of widgets for Tkinter's ttk extensions by various authors
Copyright (c) 2008-2022 The ttkwidgets authors
See AUTHORS.md for more details
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/>.
-
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.
Online documentation is available here: https://ttkwidgets.readthedocs.io/en/latest/
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.
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.