<p align="center">
<img src="https://raw.githubusercontent.com/JaegerwaldDev/Renput/main/Renput_ReadMe.png" height="96px"/>
</p>
<h1 align="center">Renput</h1>
<h2 align="center">A simple Python library for Windows, which replaces the default input function in order to add the functionality to automatically complete an input using the tab key.</h2>
<p align="center">
<a href="https://github.com/JaegerwaldDev/Renput/blob/master/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/JaegerwaldDev/Renput">
</a>
<a href="https://github.com/JaegerwaldDev/Renput/stargazers">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/JaegerwaldDev/Renput">
</a>
<a href="https://github.com/JaegerwaldDev/Renput">
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/JaegerwaldDev/Renput/total">
</a>
<a href="https://github.com/JaegerwaldDev/Renput">
<img alt="GitHub all releases" src="https://img.shields.io/github/watchers/JaegerwaldDev/Renput">
</a>
</p>
# Features
## `input(prompt, auto_complete)`
- `prompt`: The prompt given to the user before the input line.
- `auto_complete`: A list of auto completions that get input when the `tab ↹` key is pressed
# Example of use
```py
from renput import *
auto_complete = [
"apple",
"banana",
"cherry",
"pineapple"
]
print("Enter the first few letters of apple, banana, cherry or pinapple,\nthen press tab to see the functionality of Renput:")
while True:
input(auto_complete=auto_complete)
```
Please report any issues that you find when using the library, but only if you are on the newest version.
Optionally, you can report new issues on [my discord server](https://discord.gg/MRb8jQf9fU).
Raw data
{
"_id": null,
"home_page": "",
"name": "renput",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "tab,completion,auto-completion,tab-completion,input,modified input,windows,easy-to-use",
"author": "Jaegerwald (JaegerwaldDev)",
"author_email": "<jaegerwald.dev@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/75/b0/2e099a2084a9066b5c0adbd2ce9e2886f3272d9d041c3efd1046db129e56/renput-0.0.4.tar.gz",
"platform": null,
"description": "<p align=\"center\">\r\n<img src=\"https://raw.githubusercontent.com/JaegerwaldDev/Renput/main/Renput_ReadMe.png\" height=\"96px\"/>\r\n</p>\r\n<h1 align=\"center\">Renput</h1>\r\n<h2 align=\"center\">A simple Python library for Windows, which replaces the default input function in order to add the functionality to automatically complete an input using the tab key.</h2>\r\n<p align=\"center\">\r\n<a href=\"https://github.com/JaegerwaldDev/Renput/blob/master/LICENSE\">\r\n <img alt=\"GitHub license\" src=\"https://img.shields.io/github/license/JaegerwaldDev/Renput\">\r\n</a>\r\n<a href=\"https://github.com/JaegerwaldDev/Renput/stargazers\">\r\n <img alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/JaegerwaldDev/Renput\">\r\n</a>\r\n<a href=\"https://github.com/JaegerwaldDev/Renput\">\r\n <img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/JaegerwaldDev/Renput/total\">\r\n</a>\r\n<a href=\"https://github.com/JaegerwaldDev/Renput\">\r\n <img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/watchers/JaegerwaldDev/Renput\">\r\n</a>\r\n</p>\r\n\r\n# Features\r\n\r\n## `input(prompt, auto_complete)`\r\n\r\n- `prompt`: The prompt given to the user before the input line.\r\n- `auto_complete`: A list of auto completions that get input when the `tab \u21b9` key is pressed\r\n\r\n# Example of use\r\n```py\r\nfrom renput import *\r\n\r\nauto_complete = [\r\n \"apple\",\r\n \"banana\",\r\n \"cherry\",\r\n \"pineapple\"\r\n]\r\n\r\nprint(\"Enter the first few letters of apple, banana, cherry or pinapple,\\nthen press tab to see the functionality of Renput:\")\r\nwhile True:\r\n input(auto_complete=auto_complete)\r\n```\r\n\r\nPlease report any issues that you find when using the library, but only if you are on the newest version.\r\nOptionally, you can report new issues on [my discord server](https://discord.gg/MRb8jQf9fU).\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Tab-completion for inputs",
"version": "0.0.4",
"project_urls": null,
"split_keywords": [
"tab",
"completion",
"auto-completion",
"tab-completion",
"input",
"modified input",
"windows",
"easy-to-use"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c791f69668adf2d760bcc593aae5eb9505cbd166ce85a1fe3db21bad3623ba09",
"md5": "0f94171826cd9883ffaad258307ca476",
"sha256": "ef2de91ad20addb7e95092e69bd80efe92b8e8a1cdc2136e9dd37e5de2abe398"
},
"downloads": -1,
"filename": "renput-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0f94171826cd9883ffaad258307ca476",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3479,
"upload_time": "2023-08-25T23:11:04",
"upload_time_iso_8601": "2023-08-25T23:11:04.403382Z",
"url": "https://files.pythonhosted.org/packages/c7/91/f69668adf2d760bcc593aae5eb9505cbd166ce85a1fe3db21bad3623ba09/renput-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "75b02e099a2084a9066b5c0adbd2ce9e2886f3272d9d041c3efd1046db129e56",
"md5": "e58129e45f891a523b93eaaf0186b6e8",
"sha256": "e5f14dad9abb54fa2b63f67bb61a0304566ee52afc1cf22b30d9cbbe0101c398"
},
"downloads": -1,
"filename": "renput-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "e58129e45f891a523b93eaaf0186b6e8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3275,
"upload_time": "2023-08-25T23:11:05",
"upload_time_iso_8601": "2023-08-25T23:11:05.483572Z",
"url": "https://files.pythonhosted.org/packages/75/b0/2e099a2084a9066b5c0adbd2ce9e2886f3272d9d041c3efd1046db129e56/renput-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-25 23:11:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "renput"
}