sv-ttk


Namesv-ttk JSON
Version 2.6.0 PyPI version JSON
download
home_pagehttps://github.com/rdbende/Sun-Valley-ttk-theme
SummaryA gorgeous theme for Tkinter, based on Windows 11's UI
upload_time2024-01-28 17:33:29
maintainer
docs_urlNone
authorrdbende
requires_python>=3.8
licenseMIT
keywords sv-ttk tcl tcl/tk theme tile tk ttk tkinter modern fluent dark-theme sun-valley windows-11 winui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  
# Sun Valley ttk theme
Make your Tkinter application look better than ever with just two lines of code!

![Screenshot of Sun Valley ttk theme](assets/screenshot.png)

</div>


## Installation [![PyPi downloads](https://static.pepy.tech/badge/sv-ttk)](https://pypi.org/project/sv-ttk)
The theme is easily installable as a Python package

```
pip install sv-ttk
```


## Usage [![Documentation](https://img.shields.io/badge/-documentation-%23c368c4)](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/Usage-with-Python)
> **Note:**
> 
> The theme will only be applied to themable (`tkinter.ttk`) widgets, and not with the regular Tkinter widgets, they only benefit from the colorscheme.

For detailed documentation, visit the [wiki page](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/Usage-with-Python).

```python
import tkinter
from tkinter import ttk

import sv_ttk

root = tkinter.Tk()

button = ttk.Button(root, text="Click me!")
button.pack()

# This is where the magic happens
sv_ttk.set_theme("dark")

root.mainloop()
```


## Wanna see more?
Check out my other ttk themes!
- The [Azure ttk theme](https://github.com/rdbende/Azure-ttk-theme)
- The [Forest ttk theme](https://github.com/rdbende/Forest-ttk-theme)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rdbende/Sun-Valley-ttk-theme",
    "name": "sv-ttk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "sv-ttk,tcl,tcl/tk,theme,tile,tk,ttk,tkinter,modern,fluent,dark-theme,sun-valley,windows-11,winui",
    "author": "rdbende",
    "author_email": "rdbende@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/40/da/6ad667a4bad4d66ec2d15206c1a1ad81d572679e516aae078824a6f35870/sv_ttk-2.6.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  \n# Sun Valley ttk theme\nMake your Tkinter application look better than ever with just two lines of code!\n\n![Screenshot of Sun Valley ttk theme](assets/screenshot.png)\n\n</div>\n\n\n## Installation [![PyPi downloads](https://static.pepy.tech/badge/sv-ttk)](https://pypi.org/project/sv-ttk)\nThe theme is easily installable as a Python package\n\n```\npip install sv-ttk\n```\n\n\n## Usage [![Documentation](https://img.shields.io/badge/-documentation-%23c368c4)](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/Usage-with-Python)\n> **Note:**\n> \n> The theme will only be applied to themable (`tkinter.ttk`) widgets, and not with the regular Tkinter widgets, they only benefit from the colorscheme.\n\nFor detailed documentation, visit the [wiki page](https://github.com/rdbende/Sun-Valley-ttk-theme/wiki/Usage-with-Python).\n\n```python\nimport tkinter\nfrom tkinter import ttk\n\nimport sv_ttk\n\nroot = tkinter.Tk()\n\nbutton = ttk.Button(root, text=\"Click me!\")\nbutton.pack()\n\n# This is where the magic happens\nsv_ttk.set_theme(\"dark\")\n\nroot.mainloop()\n```\n\n\n## Wanna see more?\nCheck out my other ttk themes!\n- The [Azure ttk theme](https://github.com/rdbende/Azure-ttk-theme)\n- The [Forest ttk theme](https://github.com/rdbende/Forest-ttk-theme)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A gorgeous theme for Tkinter, based on Windows 11's UI",
    "version": "2.6.0",
    "project_urls": {
        "Documentation": "https://github.com/rdbende/Sun-Valley-ttk-theme/wiki",
        "Homepage": "https://github.com/rdbende/Sun-Valley-ttk-theme",
        "Source": "https://github.com/rdbende/Sun-Valley-ttk-theme",
        "Tracker": "https://github.com/rdbende/Sun-Valley-ttk-theme/issues"
    },
    "split_keywords": [
        "sv-ttk",
        "tcl",
        "tcl/tk",
        "theme",
        "tile",
        "tk",
        "ttk",
        "tkinter",
        "modern",
        "fluent",
        "dark-theme",
        "sun-valley",
        "windows-11",
        "winui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f3dbe0abc3202e90f282ad465f4e7c6e41bc8dce810ce5d1611566a1e7dfba8",
                "md5": "50b20893cbfc97fb0bca751ea1d35588",
                "sha256": "4319c52edf2e14732fe84bdc9788e26f9e9a1ad79451ec0f89f0120ffc8105d9"
            },
            "downloads": -1,
            "filename": "sv_ttk-2.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "50b20893cbfc97fb0bca751ea1d35588",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 49097,
            "upload_time": "2024-01-28T17:33:27",
            "upload_time_iso_8601": "2024-01-28T17:33:27.974041Z",
            "url": "https://files.pythonhosted.org/packages/0f/3d/be0abc3202e90f282ad465f4e7c6e41bc8dce810ce5d1611566a1e7dfba8/sv_ttk-2.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40da6ad667a4bad4d66ec2d15206c1a1ad81d572679e516aae078824a6f35870",
                "md5": "8a851f606b6269ec1cfe6c2cd804d3a8",
                "sha256": "3fd440396c95e30e88f686fcf28be425480f7320d6bf346f9cea5d6f56702cc2"
            },
            "downloads": -1,
            "filename": "sv_ttk-2.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8a851f606b6269ec1cfe6c2cd804d3a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 47214,
            "upload_time": "2024-01-28T17:33:29",
            "upload_time_iso_8601": "2024-01-28T17:33:29.490705Z",
            "url": "https://files.pythonhosted.org/packages/40/da/6ad667a4bad4d66ec2d15206c1a1ad81d572679e516aae078824a6f35870/sv_ttk-2.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 17:33:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rdbende",
    "github_project": "Sun-Valley-ttk-theme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sv-ttk"
}
        
Elapsed time: 0.17854s