pauseprog

A small package to pause your beautiful program!


License
MIT
Install
pip install pauseprog==0.0.0

Documentation

PauseProg

use pause(prompt, 0/1)

Change prompt to your prompt!

Example: pause('Ello: ')

Output: "Ello: "

After user presses Enter, the program will continue the code, or exit, if you want to!

0 is for no quit

1 is for yes quit