Skip to main content

Hide Python Titlebar - A package to manipulate window titlebar in GUI applications.

Project description

hPyT - Hide Python Titlebar

A package to manipulate window titlebar in GUI applications. Supports Both Windows 11 and 10

Supported Libraries

  • Tkinter & CustomTkinter
  • PyQt
  • PySide
  • WxPython
  • support for more libraries soon...

Importing

from hPyT import *
from customtkinter import * # you can use any other library from the above mentioned list

window = CTk()

Hide/Unhide Title Bar

title_bar.hide(window) # hides full titlebar
# title_bar.unhide(window)

Hidden Title Bar

Hide/Unhide both Maximize and Minimize Buttons (Completely Hides both buttons)

maximize_minimize_button.hide(window) # hides both maximize and minimize button
# maximize_minimize_button.unhide(window)

Hidden Maximize and Minimize Buttons

Hide/Unhide All Buttons or Stuffs

all_stuffs.hide(window) # hides close button
# all_stuffs.unhide(window)

Hide Everything

Tip: to hide the text set the window title to ''

Enable/Disable Maximize Button

maximize_button.disable(window) # hides maximize button
# MaximizeButton.enable(window)

Disabled Maximize Button

Enable/Disable Minimize Button

minimize_button.disable(window) # hides minimize button
# MinimizeButton.enable(window)

Disabled Minimize Button

Project details


Download files

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

Source Distribution

hPyT-1.1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

hPyT-1.1.0-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file hPyT-1.1.0.tar.gz.

File metadata

  • Download URL: hPyT-1.1.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for hPyT-1.1.0.tar.gz
Algorithm Hash digest
SHA256 3b98a2390326a99bce0554cca38367dcd244bf4ef9569abab63764de4dd67e4b
MD5 a7dc1c8605c67d80bf2f7bcc92647540
BLAKE2b-256 39af3f637441daa11fb616a6ea8b0dd4fceebb409e94173a04cb15b743dc4981

See more details on using hashes here.

File details

Details for the file hPyT-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: hPyT-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for hPyT-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c575e1ac8df528ff5d89c81487a41b51d4df9342b7743c08032c6e57b0626078
MD5 4ca0f5479c2c47b4c186be330441c377
BLAKE2b-256 0349205a5c740b1a25be9806f6f541939811a810dbcf9cb3cf235b37ceffe902

See more details on using hashes here.

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