Skip to main content

tkoplus

Project description

A package for Windows 11 users who use the Tkinter framework. With the help of this package, you will be able to change the title bar color of your software in Windows 11. Example: To change the color of the toolbar: from tkoplus import wind11 wind11.titlebar.bg(master,color="cyan")

 To change the color of the text in the title bar:
 from tkoplus import wind11
 wind11.titlebar.title(master,color="cyan")

Note that color codes cannot be used in the "color" field.

To display the available colors in tkoplus: rom tkoplus import colors print(colors)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tkoplus-0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

tkoplus-0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page