Skip to content

JanJeronimus/menu_hide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Program with Tkinter Menu

This is a demo program that showcases how to create a simple Tkinter GUI with a menu. The program allows users to toggle, show, and hide a menu item dynamically.

Features

  • Toggle a menu item dynamically.
  • Show a hidden menu item.
  • Hide a menu item.
  • Execute a hidden function when the menu item is clicked.
  • Exit the program.

Instructions

  1. Run the program by executing the Python script.
  2. Use the "Toggle Item" button to toggle the visibility of a menu item.
  3. Use the "Show" button to show a hidden menu item.
  4. Use the "Hide" button to hide a visible menu item.
  5. Click on the "Do Secret option" menu item to execute a hidden function.
  6. Click on the "Exit" menu item to exit the program.

Dependencies

  • Python 3
  • Tkinter (usually comes pre-installed with Python)

Usage

python demo.py

About menu_hide

Demo with hidden menu item

https://github.com/janjeronimus/menu_hide

J.Jeronimus - 2024

About

Demo hidden menu item (Python)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages