Metadata-Version: 1.1
Name: ttkthemes
Version: 2.0.1
Summary: A group of themes for the ttk extensions of Tkinter with a Tkinter.Tk wrapper
Home-page: https://github.com/RedFantom/ttkthemes
Author: The ttkthemes authors
Author-email: redfantom@outlook.com
License: GPLv3
Download-URL: https://github.com/RedFantom/ttkthemes/releases
Description-Content-Type: UNKNOWN
Description: # ttkthemes 
        [![Build status](https://ci.appveyor.com/api/projects/status/to1w9uqe5gaq7vu1/branch/master?svg=true)](https://ci.appveyor.com/project/RedFantom/ttk-themes/branch/master)
        [![Build Status](https://travis-ci.org/RedFantom/ttkthemes.svg?branch=master)](https://travis-ci.org/RedFantom/ttkthemes)
        [![codecov](https://codecov.io/gh/RedFantom/ttkthemes/branch/master/graph/badge.svg)](https://codecov.io/gh/RedFantom/ttkthemes)
        [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
        [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
        [![PyPI version](https://badge.fury.io/py/ttkthemes.svg)](https://pypi.python.org/pypi/ttkthemes)
        
        A group of themes for the ttk extenstions for Tkinter gathered together by RedFantom and 
        created by various authors.
        
        ![Tcl/Tk logo](https://www.gsfparser.tk/wp-content/uploads/2017/03/Tcl.Tk_.png)
        
        ## License
            ttkthemes: A group of themes for the ttk extensions of Tcl
            Copyright (C) 2017 RedFantom
            Copyright (C) 2017 Akuli
            Copyright (C) 2004 Pat Thoyts
            Copyright (C) 2004 David Zolli
            Copyright (C) 2007-2008 Mats Bengsston
            Copyright (C) Regents of the University of California, Sun Microsystems, Inc., 
            Scriptics Corporation, and other parties.
            
            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.
        
        This library also includes `TkImg 1.4.7`, of which the homepage is located
        [here](https://sourceforge.net/projects/tkimg/). Note that this library is
        available under the license terms as specified in `tkimg/LICENSE`.
        
        ## Usage
        For more information about how to use this project in your own programs, please check out the
        [wiki](https://github.com/RedFantom/ttk-themes/wiki). You can also find example images of all
        themes there, so you can choose one easily.
          
        ## 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.
        
Keywords: tkinter,ttk,gui,tcl,theme
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Software Development :: Libraries :: Tcl Extensions
Classifier: Topic :: Software Development :: Libraries :: Python Modules
