Name | enhanced-str JSON |
Version |
0.0.7
JSON |
| download |
home_page | |
Summary | A Python library for prettier, fully customizable console outputs. |
upload_time | 2023-01-04 22:20:09 |
maintainer | |
docs_url | None |
author | saschawhy |
requires_python | |
license | |
keywords |
python
console
output
pretty
print
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
![Showcase GIF](https://cdn.discordapp.com/attachments/652535148008701982/1048999775426576495/EnhancedStr-Production.gif)
</br>
# EnhancedStr
A Python library for prettier, fully customizable console outputs.
</br>
</br>
## Code Example
```python
from enhanced_str import es, clearConsole
def main() -> None:
clearConsole()
es("You have a new message!").mixedGradient(0xFF00FF, 0xFFFFFF, 2).underline().out()
print("\n")
print(es("Cool forward color transition!").gradient(0x000000, 0xFFFFFF))
print(es("Cool reverse color transition!").gradient(0xFFFFFF, 0x000000))
print("\n")
es("Error!").hexColor(0xFF0000).bold().out()
es("Warning!").hexColor(0xFFFF00).bold().out()
es("Success!").hexColor(0x00FF00).bold().out()
print("\n")
es("Alert: Something might be going wrong.").hexColor(0xFF7F7F).bold().outBlink(
0.2, 5
)
print("\n")
es("Hello World! This is a step by step character demonstration.").gradient(
0x3D1E6D, 0xFFABFF
).bold().outSBS(0.02)
while 1:
...
if __name__ == "__main__":
main()
```
Raw data
{
"_id": null,
"home_page": "",
"name": "enhanced-str",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,console,output,pretty,print",
"author": "saschawhy",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/50/70/5959bd5e2ae43e90335d88ebbba24354974967b644c589b834b98d661ffa/enhanced_str-0.0.7.tar.gz",
"platform": null,
"description": "\n![Showcase GIF](https://cdn.discordapp.com/attachments/652535148008701982/1048999775426576495/EnhancedStr-Production.gif)\n\n\n\n</br>\n\n\n\n# EnhancedStr\n\nA Python library for prettier, fully customizable console outputs.\n\n\n\n</br>\n\n</br>\n\n\n\n## Code Example\n\n```python\n\nfrom enhanced_str import es, clearConsole\n\n\n\n\n\ndef main() -> None:\n\n clearConsole()\n\n\n\n es(\"You have a new message!\").mixedGradient(0xFF00FF, 0xFFFFFF, 2).underline().out()\n\n\n\n print(\"\\n\")\n\n\n\n print(es(\"Cool forward color transition!\").gradient(0x000000, 0xFFFFFF))\n\n print(es(\"Cool reverse color transition!\").gradient(0xFFFFFF, 0x000000))\n\n\n\n print(\"\\n\")\n\n\n\n es(\"Error!\").hexColor(0xFF0000).bold().out()\n\n es(\"Warning!\").hexColor(0xFFFF00).bold().out()\n\n es(\"Success!\").hexColor(0x00FF00).bold().out()\n\n\n\n print(\"\\n\")\n\n\n\n es(\"Alert: Something might be going wrong.\").hexColor(0xFF7F7F).bold().outBlink(\n\n 0.2, 5\n\n )\n\n\n\n print(\"\\n\")\n\n\n\n es(\"Hello World! This is a step by step character demonstration.\").gradient(\n\n 0x3D1E6D, 0xFFABFF\n\n ).bold().outSBS(0.02)\n\n\n\n while 1:\n\n ...\n\n\n\n\n\nif __name__ == \"__main__\":\n\n main()\n\n```\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A Python library for prettier, fully customizable console outputs.",
"version": "0.0.7",
"split_keywords": [
"python",
"console",
"output",
"pretty",
"print"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6fab8fc5890ed8a76bf901c7fbea21fb7cebb5145d26187cf066de1350b82088",
"md5": "e3bad182dc2df8020bc77e88c6ceeeb8",
"sha256": "085abdf78c3989dba4a0b978523d9d17ea0eefea33e46ea07b4de772e92de55f"
},
"downloads": -1,
"filename": "enhanced_str-0.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e3bad182dc2df8020bc77e88c6ceeeb8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4630,
"upload_time": "2023-01-04T22:20:07",
"upload_time_iso_8601": "2023-01-04T22:20:07.900764Z",
"url": "https://files.pythonhosted.org/packages/6f/ab/8fc5890ed8a76bf901c7fbea21fb7cebb5145d26187cf066de1350b82088/enhanced_str-0.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "50705959bd5e2ae43e90335d88ebbba24354974967b644c589b834b98d661ffa",
"md5": "8f7b199e00d5e8b48a84d58143fe971e",
"sha256": "4c6442d479fcb52dd4b04c63e810055de6a381f506efd2fea65ae7d7579e5e43"
},
"downloads": -1,
"filename": "enhanced_str-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "8f7b199e00d5e8b48a84d58143fe971e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4547,
"upload_time": "2023-01-04T22:20:09",
"upload_time_iso_8601": "2023-01-04T22:20:09.538895Z",
"url": "https://files.pythonhosted.org/packages/50/70/5959bd5e2ae43e90335d88ebbba24354974967b644c589b834b98d661ffa/enhanced_str-0.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-04 22:20:09",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "enhanced-str"
}