# ttkthemes
[![Build status](https://ci.appveyor.com/api/projects/status/m7w8f06n5qs7486x/branch/master?svg=true)](https://ci.appveyor.com/project/RedFantom/ttkthemes/branch/master)
[![Build Status](https://travis-ci.org/TkinterEP/ttkthemes.svg?branch=master)](https://travis-ci.org/TkinterEP/ttkthemes)
[![codecov](https://codecov.io/gh/TkinterEP/ttkthemes/branch/master/graph/badge.svg?token=i6d7zapF75)](https://codecov.io/gh/TkinterEP/ttkthemes)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![PyPI version](https://badge.fury.io/py/ttkthemes.svg)](https://pypi.python.org/pypi/ttkthemes)
[![Doc Status](https://readthedocs.org/projects/ttkthemes/badge/?version=latest&style=flat)](https://ttkthemes.readthedocs.io/en/latest)
A group of themes for the ttk extenstions for Tkinter gathered together by RedFantom and
created by various authors.
## License
ttkthemes: A group of themes for the ttk extensions of Tcl
Copyright (C) 2017-2020 RedFantom
Copyright (C) 2017-2018 Akuli
Copyright (C) 2004 Pat Thoyts
Copyright (C) 2004 David Zolli
Copyright (C) 2007-2008 Mats Bengsston
Copyright (C) 2005 Jelco Huijser
Copyright (C) 2015-2018 The materia and equilux authors
Copyright (C) 2018 Uwe Klimmek
Copyright (C) Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties
Copyright (c) 2018 Maximilian Lika
Copyright (C) 2018-2020 The Yaru Theme Authors
Copyright (C) 2015-2020 The Adapta Theme Authors
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/>.``
Please note that while you can use some themes **only** under GPLv3 and that my code is also
available **only** under GPLv3, some themes, of which the files have a header explicitly stating
this, are also available under the BSD-like 2-clause Tcl license.
## Usage
For more information about how to use this project in your own programs, please check out the
[documentation](https://ttkthemes.readthedocs.io/en/latest/) on ReadTheDocs. You can also find
example images of the different included themes there, so you can choose one easily, as well
as examples on usage.
## Recommendations
The themes `plastik`, `clearlooks` and `elegance` are recommended to make your UI look nicer
on all platforms when using `Tkinter` and the `ttk` extensions in Python. When you are targeting
Ubuntu, consider using the great `radiance` theme.
Raw data
{
"_id": null,
"home_page": "https://github.com/RedFantom/ttkthemes",
"name": "ttkthemes",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "",
"keywords": "tkinter,ttk,gui,tcl,theme",
"author": "The ttkthemes authors",
"author_email": "redfantom@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/fa/45/ab8ada55281af99a03bc0f8be53a502eb37ee34b94819a9ced89e8b0c12f/ttkthemes-3.2.2.tar.gz",
"platform": "",
"description": "# ttkthemes \n[![Build status](https://ci.appveyor.com/api/projects/status/m7w8f06n5qs7486x/branch/master?svg=true)](https://ci.appveyor.com/project/RedFantom/ttkthemes/branch/master)\n[![Build Status](https://travis-ci.org/TkinterEP/ttkthemes.svg?branch=master)](https://travis-ci.org/TkinterEP/ttkthemes)\n[![codecov](https://codecov.io/gh/TkinterEP/ttkthemes/branch/master/graph/badge.svg?token=i6d7zapF75)](https://codecov.io/gh/TkinterEP/ttkthemes)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)\n[![PyPI version](https://badge.fury.io/py/ttkthemes.svg)](https://pypi.python.org/pypi/ttkthemes)\n[![Doc Status](https://readthedocs.org/projects/ttkthemes/badge/?version=latest&style=flat)](https://ttkthemes.readthedocs.io/en/latest)\n\nA group of themes for the ttk extenstions for Tkinter gathered together by RedFantom and \ncreated by various authors.\n\n## License\n ttkthemes: A group of themes for the ttk extensions of Tcl\n Copyright (C) 2017-2020 RedFantom\n Copyright (C) 2017-2018 Akuli\n Copyright (C) 2004 Pat Thoyts\n Copyright (C) 2004 David Zolli\n Copyright (C) 2007-2008 Mats Bengsston\n Copyright (C) 2005 Jelco Huijser\n Copyright (C) 2015-2018 The materia and equilux authors\n Copyright (C) 2018 Uwe Klimmek \n Copyright (C) Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties\n Copyright (c) 2018 Maximilian Lika\n Copyright (C) 2018-2020 The Yaru Theme Authors\n Copyright (C) 2015-2020 The Adapta Theme Authors\n \n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program. If not, see <http://www.gnu.org/licenses/>.``\n \nPlease note that while you can use some themes **only** under GPLv3 and that my code is also\navailable **only** under GPLv3, some themes, of which the files have a header explicitly stating\nthis, are also available under the BSD-like 2-clause Tcl license.\n\n## Usage\nFor more information about how to use this project in your own programs, please check out the\n[documentation](https://ttkthemes.readthedocs.io/en/latest/) on ReadTheDocs. You can also find\nexample images of the different included themes there, so you can choose one easily, as well\nas examples on usage.\n \n## Recommendations\nThe themes `plastik`, `clearlooks` and `elegance` are recommended to make your UI look nicer\non all platforms when using `Tkinter` and the `ttk` extensions in Python. When you are targeting\nUbuntu, consider using the great `radiance` theme.",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "A group of themes for the ttk extensions of Tkinter with a Tkinter.Tk wrapper",
"version": "3.2.2",
"split_keywords": [
"tkinter",
"ttk",
"gui",
"tcl",
"theme"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fa45ab8ada55281af99a03bc0f8be53a502eb37ee34b94819a9ced89e8b0c12f",
"md5": "07eed4a749781d665abbd9f06c3ae061",
"sha256": "01daed001f2ff0e4f32832a0d9ea48176c0c505203b030756bdde3bd1bcb21d2"
},
"downloads": -1,
"filename": "ttkthemes-3.2.2.tar.gz",
"has_sig": false,
"md5_digest": "07eed4a749781d665abbd9f06c3ae061",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 891159,
"upload_time": "2021-02-15T12:57:14",
"upload_time_iso_8601": "2021-02-15T12:57:14.719840Z",
"url": "https://files.pythonhosted.org/packages/fa/45/ab8ada55281af99a03bc0f8be53a502eb37ee34b94819a9ced89e8b0c12f/ttkthemes-3.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-02-15 12:57:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "RedFantom",
"github_project": "ttkthemes",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"appveyor": true,
"requirements": [],
"lcname": "ttkthemes"
}