Skip to content

💻 Terminal-like Python input( ) function.

Notifications You must be signed in to change notification settings

bchao1/BetterInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BetterInput : Terminal-like Python input()



A better Python input() function.


Why BetterInput?

Look what happens when your client wants to fix their typo, using the Python built-in input():

Now use BetterInput:

Usage

from better_input import BetterInput

client = BetterInput()
result = client.input("Enter something: ")
print(result)

About

💻 Terminal-like Python input( ) function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages