Titleman customizeds the titlebar of your app.
Project description
Titleman customizeds the titlebar of your app.
Code:
import Titleman as title
import tkinter as tk
from tkinter import ttk
root = tk.Tk()
clr = input("Enter color of titlebar ").lower()
root.geometry("200x200")
root.title("Titleman demo")
title.initCustom(root)
title.startTitlebar(root,clr)
root.mainloop()
------------------------------------------------------------------
Sorry this is a plain text file. I'm in a hurry.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
titleman-0.1.tar.gz
(67.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
titleman-0.1-py3-none-any.whl
(67.4 kB
view details)
File details
Details for the file titleman-0.1.tar.gz.
File metadata
- Download URL: titleman-0.1.tar.gz
- Upload date:
- Size: 67.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95d3efc1439d7fef5fe2c6963f252c1a858ffb6b108c260a6d2ab01ea98696bd
|
|
| MD5 |
f55c6c30457f7056f63c9150b8ed4e53
|
|
| BLAKE2b-256 |
a6224ecf30f046eb13a50130f2f268542de0a6f8c9397d14bb16793045a0ef06
|
File details
Details for the file titleman-0.1-py3-none-any.whl.
File metadata
- Download URL: titleman-0.1-py3-none-any.whl
- Upload date:
- Size: 67.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
612b7e213516e037565c2a7a9604ddb55672a209299918c5cdd91ecd75976089
|
|
| MD5 |
8ef0b3e6960fa7121091f5d204570455
|
|
| BLAKE2b-256 |
98fb3c91ffb3131b6e293886151728032894c3e3ba3fde684de18ddd209811a9
|