mirror of
https://github.com/3minbe/DBC_Converter.git
synced 2026-05-17 01:23:58 +09:00
69 lines
3.2 KiB
Plaintext
69 lines
3.2 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: ttkwidgets
|
|
Version: 0.13.0
|
|
Summary: A collection of widgets for Tkinter's ttk extensions by various authors
|
|
Home-page: https://www.github.com/RedFantom/ttkwidgets
|
|
Download-URL: https://www.github.com/RedFantom/ttkwidgets/releases
|
|
Author: The ttkwidgets authors
|
|
License: AGPL
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
Requires-Python: >=3.6
|
|
Description-Content-Type: text/markdown
|
|
License-File: LICENSE.md
|
|
License-File: AUTHORS.md
|
|
Requires-Dist: pillow
|
|
|
|
# ttkwidgets
|
|
[](https://travis-ci.org/TkinterEP/ttkwidgets)
|
|
[](https://ci.appveyor.com/project/RedFantom/ttkwidgets-pq6y3)
|
|
[](https://codecov.io/gh/TkinterEP/ttkwidgets)
|
|
[](https://badge.fury.io/py/ttkwidgets)
|
|
[](http://www.gnu.org/licenses/gpl-3.0)
|
|
[](https://ttkwidgets.readthedocs.io/en/latest/)
|
|
|
|
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) 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/>.
|
|
|
|
## Installation
|
|
- With pip:
|
|
|
|
pip install ttkwidgets
|
|
|
|
- Ubuntu: ttkwidgets is available in the PPA [ppa:j-4321-i/ttkwidgets](https://launchpad.net/~j-4321-i/+archive/ubuntu/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](https://aur.archlinux.org/packages/python-ttkwidgets).
|
|
|
|
## 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](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.
|
|
|