Skip to content

Releases: JefvdA/python_clitools

v0.0.3

30 Jun 14:52
6fcf202
Compare
Choose a tag to compare

Small release, but fixed crucial bug that made the Menu unusable.

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

28 Jun 21:58
a5b844f
Compare
Choose a tag to compare

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

Full Changelog: v0.0.1...v0.0.2

v0.0.1

28 Jun 21:13
265163e
Compare
Choose a tag to compare

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