Skip to content

A python script which can be used for better logging and input.

License

Notifications You must be signed in to change notification settings

jacobhumston/printer.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printer.py

A python script which can be used for better logging and input.

Installation

Copy the contents of printer.py and place it somewhere in your project.

Then run pip install colorama to install the required modules.

Example

# Import some modules.
import printer

result = printer.betterInputOptions("hey how u doing?", ["first option", "second option??", "super cool option"], "pick an option")
print(result)

About

A python script which can be used for better logging and input.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages