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 hashes)
Built Distribution
titleman-0.1-py3-none-any.whl
(67.4 kB
view hashes)