Skip to content

the-can-of-soup/soup_tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soup TUI

A basic Python package for text UI with input validation, progress bars, and tables (upcoming).

IMPORTANT: When using this package, always use soup_tui.print and soup_tui.input instead of the print and input builtins. Example:

import soup_tui as tui

# This is fine
tui.print('Hello World!')

# Don't do this; it can mess with some features
# print('Hello World!')

Documentation

Documentation coming soon ± 9 noventrigintillion years.

Side note: Yes, that is a real number. You can look it up.

About

A basic Python package for text UI with input validation, progress bars, and tables (upcoming).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages