🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

py-menu-tui

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py-menu-tui - pypi Package Compare versions

Comparing version
0.2.10
to
0.2.11
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: py_menu_tui
Version: 0.2.10
Version: 0.2.11
Summary: This project implements a keyboard-controlled text user interface (TUI) for the terminal that allows users to navigate menus and nested subsections using simple key inputs (w, s, Enter, Esc). It provides a lightweight framework for building interactive CLI applications with features like menu navigation, subsections, progress bars, and confirmation prompts.

@@ -5,0 +5,0 @@ License-Expression: MIT

@@ -241,11 +241,2 @@ import os

return False
def test3():
pass
def test2():
ui.add_sub_section(["test3"], [test3], "audio","settings")
def test1():
ui.add_sub_section(["test2"],[test2],"settings")
ui=UserInterface()
ui.setup(["test1"],[test1])
ui.begin()

@@ -5,3 +5,3 @@ [build-system]

[project]
version="0.2.10"
version="0.2.11"
name="py_menu_tui"

@@ -8,0 +8,0 @@ dependencies=[]