Skip to content

NorthernSec/AdvancedInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AdvancedInput

AdvancedInput is a package to make a wrapper for python's input and raw_input functions. It adds the functionality to use the arrow keys. Left and right will move the cursor through the text. Up and down will browse the history.

Usage

from AdvancedInput import AdvancedInput
_in = AdvancedInput()
x = _in.input("> ")
print(x)

About

Advanced input function for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages