Metadata-Version: 2.4
Name: prettier_console
Version: 0.1.0
Summary: Provide you a automation to construct a prettier interactive console in one call
Author-email: MrCosine <a95sun@uwaterloo.ca>
License: MIT
Project-URL: Homepage, https://github.com/mr-cosine/prettier_console
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: keyboard>=0.13.5

So yea some shortcuts for you to get a prettier interactive console. Um I think its good for lazy people. If you enjoy you enjoy and if you don't...you don't.
Will update this readme later on... I guess.

What you can do:
1. using interactive.menu() to create menus with single selections
2. Customize your page by inserting interactive parts using tools such as print_selections and print_yesorno.
3. draw ascii-art banners and headers
4. get colored outputs

dependencies:
build==1.5.0
colorama==0.4.6
keyboard==0.13.5
packaging==26.2
pyproject_hooks==1.2.0
