Metadata-Version: 2.1
Name: kabbes-real-time-input
Version: 0.3.0
Summary: Python function for getting real time inputs from the user
Home-page: https://pypi.org/project/kabbes-real-time-input/
Author: James Kabbes
Author-email: james.kabbes@gmail.com
License: UNKNOWN
Project-URL: GitHub, https://github.com/jameskabbes/real_time_input
Project-URL: Documentation, https://jameskabbes.github.io/real_time_input
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[GitHub Pages](https://jameskabbes.github.io/real_time_input)<br>
[PyPI](https://pypi.org/project/kabbes-real-time-input)

# real_time_input
Provides functionality for getting real time inputs from user

<br> 

# Installation
`pip install kabbes_real_time_input`

<br>

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

```python
import real_time_input as rti
```

```python
RTI_inst = rti.RealTimeInput()
```

```python
RTI_inst.get_multiple_inputs()
```

<br>

# Author
James Kabbes


