Releases: JefvdA/python_clitools
Releases · JefvdA/python_clitools
v0.0.3
v0.0.2
Summary
In v0.0.2 a "menu generator" is added (#7).
A "Menu" class is able to quickly create and display a menu to a user, this removes alot of boilerplate code that you would otherwise need to write for every cli-menu you implement.
Features
Fixes
Docs
- docs: added issue templates by @JefvdA in #6
- docs: updated README by @JefvdA in #10
- docs: added forgotten links by @JefvdA in #14
Full Changelog: v0.0.1...v0.0.2
v0.0.1
This is the first release of this package. All the initial functionality is in this release.
Features
- Initial package by @JefvdA in #1
- clear() -> OS independant method to clear the terminal
- wait_for_enter() -> method to wair for user input before continuing, clears the screen after
- get_user_input() -> method to returns user input. This method formats the text printed for the input to add " >>> " after it. Example: "What is your name?", becomes, "What is your name? >>> "
Fixes
New Contributors
Full Changelog: https://github.com/JefvdA/python_clitools/commits/v0.0.1