Skip to content

ravsa/python-getch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-getch

🔹 python gethc(), pause(), getche() function read a charecter from standard input without type the line delimiter character (NL, EOL, EOL2 or EOF )

Functions:

getch():- Read a character from standard input and not echo it.

getche():- Read a character from standard input and echo it.

kbhit():- Wait for keypress event and return True.

pause():- Hold screen for keypress.

Dependencies ➡️python-setuptools

  `$ sudo apt-get install python-setuptools`

Install 💯

$python setup.py install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages