Skip to content

Python function for getting real time inputs from user

License

Notifications You must be signed in to change notification settings

jameskabbes/real_time_input

Repository files navigation

real_time_input

Provides functionality for getting real time inputs from user. Check out the blog post on medium related to this repository: Medium

Documentation
PyPI

Installation

pip install kabbes_real_time_input


Usage

For more in-depth documentation, read the information provided on the Pages. Or better yet, read the source code.

import real_time_input as rti
RTI_inst = rti.RealTimeInput( catalog = ['Alpha','Bravo','Charlie'] )
RTI_inst.get_multiple_inputs()


Author

James Kabbes

About

Python function for getting real time inputs from user

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages