Skip to content

Releases: meiesitt/PythonPlus

v0.0.2

08 Mar 12:12
1cdf9bb

Choose a tag to compare

Changes:

+ Added `AskAlert` API, which asks the user a question, giving special options and returns the answer
+ Added `AskYesNo` function to `AskAlert`, which shows a question prompt to user and returns Yes/No

Python version used: Python 3.13.2 (Tested, working flawlessly)

Release v0.0.1a

07 Mar 23:41
7e92efe

Choose a tag to compare

First release!

+ Added `wait()`, `clear()`
+ Added Alerts
+ Basic error handling (using Raise)

Python version used: Python 3.13.2 (Tested, working flawlessly)