# cutepy
A package that allows you to have simplicity and effectiveness in your projects
## Spiner
![image](https://user-images.githubusercontent.com/123122904/234284220-2953eff5-9213-4c1a-bd23-963da659e549.png)
```py
from cutepy import Loader
spinners = ["|", "/", "-", "\\"]
Loader.spinner("Loading", 4, spinners)
```
## RGB Printing
![image](https://user-images.githubusercontent.com/123122904/234284609-44688659-b1cf-4e98-ad3e-fecd72f91b23.png)
```py
from cutepy import RGB
x = RGB.print(103, 252, 125)
print(f"Hello {x}RGB{RGB.reset} test {x}aa{RGB.reset} ")
```
## HEX Printing
![image](https://user-images.githubusercontent.com/123122904/234285095-a18f1329-6ca0-4405-b237-a0a5a1311881.png)
```py
from cutepy import HEX
x = HEX.print("6771fc")
print(f"Hello {x}RGB{RGB.reset} test {x}aa{RGB.reset}")
```
## System Detection
![image](https://user-images.githubusercontent.com/123122904/234285304-16d2ba46-af42-40df-8362-6ffe22bcd447.png)
```py
from cutepy import System
x = System.detect()
print(x)
```
## Terminal Clear
![image](https://user-images.githubusercontent.com/123122904/234285579-2baccc66-e3e5-4ae8-976f-888f06f1c22d.png)
```py
from cutepy import Clear
Clear.sys()
```
## Hash Identifier
![image](https://user-images.githubusercontent.com/123122904/234285702-521d7f57-d548-4e96-972a-5cd05447f001.png)
```py
from cutepy import Identify
x = Identify.hash("a875e3b9476d5d976160b308ace6b62e")
print(x)
```
## Color Palette
![image](https://user-images.githubusercontent.com/123122904/234285853-d837186b-194b-4339-a386-0acb26066c9a.png)
```py
from cutepy import Color
Color.palette()
```
Raw data
{
"_id": null,
"home_page": "",
"name": "cutepy",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,python system Detection,python hex,python rgb,python hex,python loader,rich python,python rich,cutepy",
"author": "Birdlinux (G. P.)",
"author_email": "<prepakis.geo@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1d/52/7533c405dd75a088a85b4d68d54e1cf8044a59f8debbd46690067e28d520/cutepy-0.0.4.tar.gz",
"platform": null,
"description": "# cutepy\nA package that allows you to have simplicity and effectiveness in your projects\n\n\n## Spiner\n\n![image](https://user-images.githubusercontent.com/123122904/234284220-2953eff5-9213-4c1a-bd23-963da659e549.png)\n\n```py\nfrom cutepy import Loader\n\nspinners = [\"|\", \"/\", \"-\", \"\\\\\"]\nLoader.spinner(\"Loading\", 4, spinners)\n```\n\n## RGB Printing\n\n![image](https://user-images.githubusercontent.com/123122904/234284609-44688659-b1cf-4e98-ad3e-fecd72f91b23.png)\n\n```py\nfrom cutepy import RGB\n\nx = RGB.print(103, 252, 125)\nprint(f\"Hello {x}RGB{RGB.reset} test {x}aa{RGB.reset} \")\n```\n\n## HEX Printing\n\n![image](https://user-images.githubusercontent.com/123122904/234285095-a18f1329-6ca0-4405-b237-a0a5a1311881.png)\n\n```py\nfrom cutepy import HEX\n\nx = HEX.print(\"6771fc\")\nprint(f\"Hello {x}RGB{RGB.reset} test {x}aa{RGB.reset}\")\n```\n\n## System Detection\n\n![image](https://user-images.githubusercontent.com/123122904/234285304-16d2ba46-af42-40df-8362-6ffe22bcd447.png)\n\n```py\nfrom cutepy import System\n\nx = System.detect()\nprint(x)\n```\n\n## Terminal Clear\n\n![image](https://user-images.githubusercontent.com/123122904/234285579-2baccc66-e3e5-4ae8-976f-888f06f1c22d.png)\n\n```py\nfrom cutepy import Clear\n\nClear.sys()\n```\n\n## Hash Identifier\n\n![image](https://user-images.githubusercontent.com/123122904/234285702-521d7f57-d548-4e96-972a-5cd05447f001.png)\n\n```py\nfrom cutepy import Identify\n\nx = Identify.hash(\"a875e3b9476d5d976160b308ace6b62e\")\nprint(x)\n```\n\n## Color Palette\n\n![image](https://user-images.githubusercontent.com/123122904/234285853-d837186b-194b-4339-a386-0acb26066c9a.png)\n\n```py\nfrom cutepy import Color\n\nColor.palette()\n```\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A helpfull python package!",
"version": "0.0.4",
"split_keywords": [
"python",
"python system detection",
"python hex",
"python rgb",
"python hex",
"python loader",
"rich python",
"python rich",
"cutepy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "126c1ab6e993bf0146ce980499406f19d00541cd4ca1cab9b64079c8b26d98c3",
"md5": "8f6fc62824f20ea6d710529cfd6d76ab",
"sha256": "bc5bfecdbf110d55d17a733333ef4d9025a3da05ff0bf044533c4625fa7e6525"
},
"downloads": -1,
"filename": "cutepy-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8f6fc62824f20ea6d710529cfd6d76ab",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4242,
"upload_time": "2023-04-25T13:25:19",
"upload_time_iso_8601": "2023-04-25T13:25:19.722497Z",
"url": "https://files.pythonhosted.org/packages/12/6c/1ab6e993bf0146ce980499406f19d00541cd4ca1cab9b64079c8b26d98c3/cutepy-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1d527533c405dd75a088a85b4d68d54e1cf8044a59f8debbd46690067e28d520",
"md5": "6815b932893e0031e3701500110d3a52",
"sha256": "0d6e148fd6d5aa4e89fcb20bcb5eec1c26baacca998cf1f345248d7c22dbdd4f"
},
"downloads": -1,
"filename": "cutepy-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "6815b932893e0031e3701500110d3a52",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2970,
"upload_time": "2023-04-25T13:25:23",
"upload_time_iso_8601": "2023-04-25T13:25:23.405665Z",
"url": "https://files.pythonhosted.org/packages/1d/52/7533c405dd75a088a85b4d68d54e1cf8044a59f8debbd46690067e28d520/cutepy-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-25 13:25:23",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "cutepy"
}