## Description
This library is used to create panels on the terminal. Besides that, it can also create beautiful colorful text or make something that is still related to the 2 above.
## Example
```python
from xavier_themes.panel import Panel
Panel("aku sayang kamu")
```
You can add parameters : widht, colorpanel, colortext
```python
from xavier_themes.panel import Panel
Panel("aku sayang kamu",widht=50,colorpanel="GREEN",colortext="BLUE")
```
You can create a panel that adjusts the size of the text by adding : widht="FIT" or widht="fit"
```python
from xavier_themes.panel import Panel
Panel("aku sayang kamu",widht="FIT")
```
## Valid Color List
```
• RED
• GREEN
• YELLOW
• BLUE
• ORANGE
• CYAN
• WHITE
• BLACK
• DEFAULT/NO_COLOR
```
## Special Thanks For
```
- Dapunta Khurayra
- Angga Kurniawan
- Latip Harkat
- Nanta XE
- Rizky Dev
- ExtremeBoy
```
## License
Use MIT License (MIT). Please see [License File](https://github.com/Fall-Xavier/xavier/blob/main/LICENSE) for more information license.
Raw data
{
"_id": null,
"home_page": "https://github.com/Fall-Xavier/xavier",
"name": "xavier-themes",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "rich,module rich,xavier,module xavier",
"author": "Fall Xavier",
"author_email": "falahfajrul802@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/be/1f/60766b2f7dbb6ae7bf61168268c4500972d716f13c6e3153686e5c57ac05/xavier-themes-0.0.6.tar.gz",
"platform": null,
"description": "## Description\nThis library is used to create panels on the terminal. Besides that, it can also create beautiful colorful text or make something that is still related to the 2 above.\n\n## Example\n```python\nfrom xavier_themes.panel import Panel\n\nPanel(\"aku sayang kamu\")\n```\nYou can add parameters : widht, colorpanel, colortext\n\n```python\nfrom xavier_themes.panel import Panel\n\nPanel(\"aku sayang kamu\",widht=50,colorpanel=\"GREEN\",colortext=\"BLUE\")\n```\nYou can create a panel that adjusts the size of the text by adding : widht=\"FIT\" or widht=\"fit\"\n```python\nfrom xavier_themes.panel import Panel\n\nPanel(\"aku sayang kamu\",widht=\"FIT\")\n```\n\n\n## Valid Color List\n```\n\u2022 RED\n\u2022 GREEN\n\u2022 YELLOW\n\u2022 BLUE\n\u2022 ORANGE\n\u2022 CYAN\n\u2022 WHITE\n\u2022 BLACK\n\u2022 DEFAULT/NO_COLOR\n```\n\n## Special Thanks For\n```\n- Dapunta Khurayra\n- Angga Kurniawan\n- Latip Harkat\n- Nanta XE\n- Rizky Dev\n- ExtremeBoy\n```\n\n## License\nUse MIT License (MIT). Please see [License File](https://github.com/Fall-Xavier/xavier/blob/main/LICENSE) for more information license.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Library Python Beautiful Text And Panel In Terminal",
"version": "0.0.6",
"project_urls": {
"Download": "https://github.com/Fall-Xavier/xavier/archive/xavier.tar.gz",
"Homepage": "https://github.com/Fall-Xavier/xavier"
},
"split_keywords": [
"rich",
"module rich",
"xavier",
"module xavier"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9489c9434e5ccc08c63b8196fbaa2e9de98ef36018757df7d4e7ed7778e4a3a7",
"md5": "62d8e2cc38c166353344ff1a7eb2a8a1",
"sha256": "91b90fe0ee6bc2417d2cce546f4b18e7f1ef2b1774ee84c697a9d5ceecf6262c"
},
"downloads": -1,
"filename": "xavier_themes-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "62d8e2cc38c166353344ff1a7eb2a8a1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 33243,
"upload_time": "2023-07-31T08:16:29",
"upload_time_iso_8601": "2023-07-31T08:16:29.596932Z",
"url": "https://files.pythonhosted.org/packages/94/89/c9434e5ccc08c63b8196fbaa2e9de98ef36018757df7d4e7ed7778e4a3a7/xavier_themes-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "be1f60766b2f7dbb6ae7bf61168268c4500972d716f13c6e3153686e5c57ac05",
"md5": "b6a6dc9634a450a4e17bbc399148511d",
"sha256": "1393e715fcbff1641104c3462b59e1584405aef729261268cab0c6f362302813"
},
"downloads": -1,
"filename": "xavier-themes-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "b6a6dc9634a450a4e17bbc399148511d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 34092,
"upload_time": "2023-07-31T08:16:31",
"upload_time_iso_8601": "2023-07-31T08:16:31.775032Z",
"url": "https://files.pythonhosted.org/packages/be/1f/60766b2f7dbb6ae7bf61168268c4500972d716f13c6e3153686e5c57ac05/xavier-themes-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-31 08:16:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Fall-Xavier",
"github_project": "xavier",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "xavier-themes"
}