# `rebullet` : Beautiful Python Prompts Made Simple
<p align=center>
<br><br><br>
<img src="https://github.com/h4rldev/rebullet/raw/master/assets/icon.png" width="400">
<br><br><br>
<a target="_blank"><img src="https://img.shields.io/badge/platform-windows-lightgrey?style=flat-square"></a>
<a target="_blank"><img src="https://img.shields.io/badge/platform-linux-lightgrey?style=flat-square"></a>
<a target="_blank" href="https://www.python.org/downloads/" title="Python version">
<img src="https://img.shields.io/badge/python-=_3.10-green?style=flat-square"></a>
<a target="_blank" href="https://opensource.org/licenses/MIT" title="License: MIT">
<img src="https://img.shields.io/badge/License-MIT-blue?style=flat-square"></a>
<a target="_blank" href="http://makeapullrequest.com" title="PRs Wanted">
<img src="https://img.shields.io/badge/PRs-wanted-brightgreen?style=flat-square"></a>
<a target="_blank" href="https://pypi.org/project/rebullet/" title="pypi">
<img src="https://img.shields.io/pypi/v/rebullet?style=flat-square"></a>
<a target="_blank" href="https://www.codefactor.io/repository/github/h4rldev/rebullet/">
<img src="https://img.shields.io/codefactor/grade/github/h4rldev/rebullet?style=flat-square"></a>
</p>
***
> 🎨 Customize prompts in your Python CLI tool.
> Extensive support for formatting, colors, background colors, styling, and etc.
> Also supports emojis!
***
## This REPO requires maintainers since I won't be working on it anytime soon
<p align="center">
<img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/demo.gif" width=800>
</p>
> See the sample code for the above demo in `./examples/prompt.py`.
## Bullet-lists and checkboxes
> 🎨 Robust support for user-defined styles.
<table>
<tr>
<th>./examples/classic.py</th>
<th>./examples/colorful.py</th>
<th>./examples/star.py</th>
</tr>
<tr>
<td><img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/classic.gif" width="200"/></td>
<td><img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/colorful.gif" width="200"/></td>
<td><img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/star.gif" width="200"/></td>
</tr>
<tr>
<th>Vanilla checkbox</th>
<th>Checkbox + styles.Exam</th>
<th>Bullet + styles.Greece</th>
</tr>
<tr>
<td><img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/checkbox.gif" width="200"/></td>
<td><img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/exam.gif" width="200"/></td>
<td><img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/greece.gif" width="200"/></td>
</tr>
<tr>
<th>Bullet + styles.Ocean</th>
<th>Bullet + styles.Lime</th>
<th>Bullet + styles.Christmas</th>
</tr>
<tr>
<td><img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/ocean.gif" width="200"/></td>
<td><img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/lime.gif" width="200"/></td>
<td><img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/christmas.gif" width="200"/></td>
</tr>
</table>
## ScrollBar
<p align="center">
<img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/scrollbar.gif" width=400>
</p>
> See the sample code for the above demo in `./examples/scrollbar.py`.
## Other input prompts
> ⛔ Passwords
<img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/password.gif" width="600"/>
> 👍 Yes/No Questions
<img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/yesno.gif" width="600"/>
> 🔢 Numbers
<img src="https://github.com/h4rldev/rebullet/raw/master/assets/gifs/numbers.gif" width="600"/>
## Setting up `rebullet`
> Build from Source
```shell
git clone https://github.com/h4rldev/rebullet
cd rebullet
pip install .
```
> Install from pypi
```shell
pip install rebullet
```
## Documentation
📖 See <a href="https://github.com/h4rldev/rebullet/raw/master/DOCUMENTATION.md"> Documentation</a>.
> Currently supported prompts:
`Bullet`, `Check`, `Input`, `Numbers`, `Password`, `YesNo`, `VerticalPrompt`,
`SlidePrompt`, `Scrollbar`, `Date`, `CheckDependencies`.
## Contributing
🎉 Directly send PRs! Make sure development is done and tested in `Python 3.10`
<br>
❗ Make sure to make them mergable to save me and you time.
Raw data
{
"_id": null,
"home_page": "https://github.com/h4rldev/rebullet",
"name": "rebullet",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "cli list prompt customize colors",
"author": "bchao1, h4rldev and Maintainers",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/07/fc/bbb895c4897c2a95a49fb79cdbbfd89849d1938b0fe404ed6707096be107/rebullet-2.4.1.tar.gz",
"platform": null,
"description": "# `rebullet` : Beautiful Python Prompts Made Simple\n\n<p align=center>\n<br><br><br>\n<img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/icon.png\" width=\"400\">\n<br><br><br>\n<a target=\"_blank\"><img src=\"https://img.shields.io/badge/platform-windows-lightgrey?style=flat-square\"></a>\n<a target=\"_blank\"><img src=\"https://img.shields.io/badge/platform-linux-lightgrey?style=flat-square\"></a>\n<a target=\"_blank\" href=\"https://www.python.org/downloads/\" title=\"Python version\">\n<img src=\"https://img.shields.io/badge/python-=_3.10-green?style=flat-square\"></a>\n<a target=\"_blank\" href=\"https://opensource.org/licenses/MIT\" title=\"License: MIT\">\n<img src=\"https://img.shields.io/badge/License-MIT-blue?style=flat-square\"></a>\n<a target=\"_blank\" href=\"http://makeapullrequest.com\" title=\"PRs Wanted\">\n<img src=\"https://img.shields.io/badge/PRs-wanted-brightgreen?style=flat-square\"></a>\n<a target=\"_blank\" href=\"https://pypi.org/project/rebullet/\" title=\"pypi\">\n<img src=\"https://img.shields.io/pypi/v/rebullet?style=flat-square\"></a>\n<a target=\"_blank\" href=\"https://www.codefactor.io/repository/github/h4rldev/rebullet/\">\n<img src=\"https://img.shields.io/codefactor/grade/github/h4rldev/rebullet?style=flat-square\"></a>\n</p>\n\n***\n> \ud83c\udfa8 Customize prompts in your Python CLI tool.\n> Extensive support for formatting, colors, background colors, styling, and etc.\n> Also supports emojis!\n***\n\n## This REPO requires maintainers since I won't be working on it anytime soon\n\n<p align=\"center\">\n <img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/demo.gif\" width=800>\n</p>\n\n> See the sample code for the above demo in `./examples/prompt.py`.\n\n## Bullet-lists and checkboxes\n\n> \ud83c\udfa8 Robust support for user-defined styles.\n\n<table>\n <tr>\n <th>./examples/classic.py</th>\n <th>./examples/colorful.py</th>\n <th>./examples/star.py</th>\n </tr>\n <tr>\n <td><img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/classic.gif\" width=\"200\"/></td>\n <td><img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/colorful.gif\" width=\"200\"/></td>\n <td><img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/star.gif\" width=\"200\"/></td>\n </tr>\n <tr>\n <th>Vanilla checkbox</th>\n <th>Checkbox + styles.Exam</th>\n <th>Bullet + styles.Greece</th>\n </tr>\n <tr>\n <td><img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/checkbox.gif\" width=\"200\"/></td>\n <td><img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/exam.gif\" width=\"200\"/></td>\n <td><img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/greece.gif\" width=\"200\"/></td>\n </tr>\n <tr>\n <th>Bullet + styles.Ocean</th>\n <th>Bullet + styles.Lime</th>\n <th>Bullet + styles.Christmas</th>\n </tr>\n <tr>\n <td><img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/ocean.gif\" width=\"200\"/></td>\n <td><img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/lime.gif\" width=\"200\"/></td>\n <td><img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/christmas.gif\" width=\"200\"/></td>\n </tr>\n</table>\n\n## ScrollBar\n\n<p align=\"center\">\n <img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/scrollbar.gif\" width=400>\n</p>\n\n> See the sample code for the above demo in `./examples/scrollbar.py`.\n\n## Other input prompts\n\n> \u26d4 Passwords\n\n<img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/password.gif\" width=\"600\"/>\n\n> \ud83d\udc4d Yes/No Questions\n\n<img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/yesno.gif\" width=\"600\"/>\n\n> \ud83d\udd22 Numbers\n\n<img src=\"https://github.com/h4rldev/rebullet/raw/master/assets/gifs/numbers.gif\" width=\"600\"/>\n\n## Setting up `rebullet`\n\n> Build from Source\n\n```shell\ngit clone https://github.com/h4rldev/rebullet\ncd rebullet\npip install .\n```\n\n> Install from pypi\n\n```shell\npip install rebullet\n```\n\n## Documentation\n\n\ud83d\udcd6 See <a href=\"https://github.com/h4rldev/rebullet/raw/master/DOCUMENTATION.md\"> Documentation</a>.\n\n> Currently supported prompts:\n`Bullet`, `Check`, `Input`, `Numbers`, `Password`, `YesNo`, `VerticalPrompt`,\n`SlidePrompt`, `Scrollbar`, `Date`, `CheckDependencies`.\n\n## Contributing\n\n\ud83c\udf89 Directly send PRs! Make sure development is done and tested in `Python 3.10`\n<br>\n\u2757 Make sure to make them mergable to save me and you time.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Beautiful Python prompts made simple.",
"version": "2.4.1",
"split_keywords": [
"cli",
"list",
"prompt",
"customize",
"colors"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "09bd08122b70d02958fd3141c599f00358c78a9d35031b212b581f612ef942f2",
"md5": "e3b744f4a01f67a5d6222221fdaa162a",
"sha256": "47fe8e99dbad63c5c9266b435772fa519665754cab13b1de9a4f2ca66b04fed1"
},
"downloads": -1,
"filename": "rebullet-2.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e3b744f4a01f67a5d6222221fdaa162a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 15526,
"upload_time": "2023-03-12T14:45:00",
"upload_time_iso_8601": "2023-03-12T14:45:00.955752Z",
"url": "https://files.pythonhosted.org/packages/09/bd/08122b70d02958fd3141c599f00358c78a9d35031b212b581f612ef942f2/rebullet-2.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "07fcbbb895c4897c2a95a49fb79cdbbfd89849d1938b0fe404ed6707096be107",
"md5": "e4a2371555329ddc240b31371fb81c5e",
"sha256": "dca7c2b23438806e02e97ef07871e735a62887dea873d582b9e032df291a5abb"
},
"downloads": -1,
"filename": "rebullet-2.4.1.tar.gz",
"has_sig": false,
"md5_digest": "e4a2371555329ddc240b31371fb81c5e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 15063,
"upload_time": "2023-03-12T14:45:03",
"upload_time_iso_8601": "2023-03-12T14:45:03.131991Z",
"url": "https://files.pythonhosted.org/packages/07/fc/bbb895c4897c2a95a49fb79cdbbfd89849d1938b0fe404ed6707096be107/rebullet-2.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-12 14:45:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "h4rldev",
"github_project": "rebullet",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "rebullet"
}