# cprint
### What is cprint?
cprint is an easy way to print using colors.
### How do I use it?
All you have to do is call the 
```python 
cprint()
```
function. It takes in 2 or 3 arguments. First, what you want to output. Second, what color you want the text to be, and last, if you desire a certain style you can enter it. 
### What are the colors?
###### The allowed colors are 
- red
- light_red
- yellow
- green
- lime
- blue
- cyan
- purple
- brown
# What are the styles?
###### The allowed styles are 
- bold
- faint
- italic
- underline
- blink
- negative
- striketrough
#### Ex:
```python
from cprint import cprint
cprint("Hello World!", "cyan", "negative")
```
This outputs the following:

###### Use it more it see more options!
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": "https://github.com/Steyaertc23/cprint",
    "name": "simplecprint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,colors,print,colored print,cprint,simple colored print",
    "author": "Stephen Steyaert",
    "author_email": "savagery2005@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e2/ac/5403d8a50d96ecd6eed601aa9294c50a83f53c9b7872c3416bf3b19c93e8/simplecprint-1.0.0.tar.gz",
    "platform": null,
    "description": "\r\n# cprint\r\n\r\n### What is cprint?\r\n\r\ncprint is an easy way to print using colors.\r\n\r\n### How do I use it?\r\n\r\nAll you have to do is call the \r\n\r\n```python \r\n\r\ncprint()\r\n\r\n```\r\n\r\nfunction. It takes in 2 or 3 arguments. First, what you want to output. Second, what color you want the text to be, and last, if you desire a certain style you can enter it. \r\n\r\n\r\n\r\n### What are the colors?\r\n\r\n\r\n\r\n###### The allowed colors are \r\n\r\n- red\r\n\r\n- light_red\r\n\r\n- yellow\r\n\r\n- green\r\n\r\n- lime\r\n\r\n- blue\r\n\r\n- cyan\r\n\r\n- purple\r\n\r\n- brown\r\n\r\n\r\n\r\n# What are the styles?\r\n\r\n\r\n\r\n###### The allowed styles are \r\n\r\n- bold\r\n\r\n- faint\r\n\r\n- italic\r\n\r\n- underline\r\n\r\n- blink\r\n\r\n- negative\r\n\r\n- striketrough\r\n\r\n\r\n\r\n\r\n\r\n#### Ex:\r\n\r\n\r\n\r\n```python\r\n\r\nfrom cprint import cprint\r\n\r\ncprint(\"Hello World!\", \"cyan\", \"negative\")\r\n\r\n```\r\n\r\nThis outputs the following:\r\n\r\n\r\n\r\n###### Use it more it see more options!\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Colored printing",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Steyaertc23/cprint"
    },
    "split_keywords": [
        "python",
        "colors",
        "print",
        "colored print",
        "cprint",
        "simple colored print"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03cfa5af65878371c9f38f8953fedfd92c1a8ab130d3a41710ce3cbf945d7a44",
                "md5": "66be6e572d644dcc6dfaca995a08e768",
                "sha256": "2ca0303afa07174ac1e4d3517d3b9b69a127515d3954af532a755df843297aab"
            },
            "downloads": -1,
            "filename": "simplecprint-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66be6e572d644dcc6dfaca995a08e768",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2781,
            "upload_time": "2023-08-30T23:25:38",
            "upload_time_iso_8601": "2023-08-30T23:25:38.295814Z",
            "url": "https://files.pythonhosted.org/packages/03/cf/a5af65878371c9f38f8953fedfd92c1a8ab130d3a41710ce3cbf945d7a44/simplecprint-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2ac5403d8a50d96ecd6eed601aa9294c50a83f53c9b7872c3416bf3b19c93e8",
                "md5": "868ac72d50f4a46f428760d6d58b38d2",
                "sha256": "3388ece6da19d7c090fb22dad00dfb4b08c8222b8154ab231125f24c7de8bab2"
            },
            "downloads": -1,
            "filename": "simplecprint-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "868ac72d50f4a46f428760d6d58b38d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2810,
            "upload_time": "2023-08-30T23:25:40",
            "upload_time_iso_8601": "2023-08-30T23:25:40.254735Z",
            "url": "https://files.pythonhosted.org/packages/e2/ac/5403d8a50d96ecd6eed601aa9294c50a83f53c9b7872c3416bf3b19c93e8/simplecprint-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-30 23:25:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Steyaertc23",
    "github_project": "cprint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "simplecprint"
}