screen-cls


Namescreen-cls JSON
Version 1.0.7 PyPI version JSON
download
home_pagehttps://github.com/IgorMan2005/screen_cls
SummaryPython script for clearing screen for any OS's: Windows, MAC, Linux
upload_time2023-06-27 16:25:31
maintainer
docs_urlNone
authorIgorMan (IgorMan2005)
requires_python>=3.6
license
keywords python screen cls
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Screen_CLS

<img src="https://igorman2005.github.io/images/screen_cls.jpg" alt="screen_cls">

Python script for clearing screen for any OS's: Windows, MAC, Linux

## Setup
https://pypi.org/project/screen-cls/

**pip install screen-cls**

## Example1:
```
import screen_cls

screen_cls.cls()
```

## Example2:
```
from screen_cls import *

cls()
```


### Documentation

https://best-itpro.ru/news/screen_cls/



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IgorMan2005/screen_cls",
    "name": "screen-cls",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "python screen cls",
    "author": "IgorMan (IgorMan2005)",
    "author_email": "igorman2005@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/17/e37da3f9adada1b1c533e59e8b84396e6e8e58f9cce46f91f75cf6daf29a/screen_cls-1.0.7.tar.gz",
    "platform": null,
    "description": "# Screen_CLS\r\n\r\n<img src=\"https://igorman2005.github.io/images/screen_cls.jpg\" alt=\"screen_cls\">\r\n\r\nPython script for clearing screen for any OS's: Windows, MAC, Linux\r\n\r\n## Setup\r\nhttps://pypi.org/project/screen-cls/\r\n\r\n**pip install screen-cls**\r\n\r\n## Example1:\r\n```\r\nimport screen_cls\r\n\r\nscreen_cls.cls()\r\n```\r\n\r\n## Example2:\r\n```\r\nfrom screen_cls import *\r\n\r\ncls()\r\n```\r\n\r\n\r\n### Documentation\r\n\r\nhttps://best-itpro.ru/news/screen_cls/\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python script for clearing screen for any OS's: Windows, MAC, Linux",
    "version": "1.0.7",
    "project_urls": {
        "Documentation": "https://best-itpro.ru/news/screen_cls/",
        "Homepage": "https://github.com/IgorMan2005/screen_cls"
    },
    "split_keywords": [
        "python",
        "screen",
        "cls"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92855409cc42d0b9de96681805cd3788dc3bd0b3fd2f5274e6094de757e4f2bd",
                "md5": "5a60036fadbe78f30855163a34c70040",
                "sha256": "13b2b29a33e0a468d196c462d467adfdae0971cc1d8f49e5949591b533cb821b"
            },
            "downloads": -1,
            "filename": "screen_cls-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a60036fadbe78f30855163a34c70040",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2804,
            "upload_time": "2023-06-27T16:25:29",
            "upload_time_iso_8601": "2023-06-27T16:25:29.732683Z",
            "url": "https://files.pythonhosted.org/packages/92/85/5409cc42d0b9de96681805cd3788dc3bd0b3fd2f5274e6094de757e4f2bd/screen_cls-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e117e37da3f9adada1b1c533e59e8b84396e6e8e58f9cce46f91f75cf6daf29a",
                "md5": "8be151dab7c1618b80361d161868c8e0",
                "sha256": "4983bbbaf7621caa02e80fb2c66855dd8ac475588bec3bc97d0d876880297fe5"
            },
            "downloads": -1,
            "filename": "screen_cls-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "8be151dab7c1618b80361d161868c8e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2408,
            "upload_time": "2023-06-27T16:25:31",
            "upload_time_iso_8601": "2023-06-27T16:25:31.225407Z",
            "url": "https://files.pythonhosted.org/packages/e1/17/e37da3f9adada1b1c533e59e8b84396e6e8e58f9cce46f91f75cf6daf29a/screen_cls-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-27 16:25:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IgorMan2005",
    "github_project": "screen_cls",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "screen-cls"
}
        
Elapsed time: 0.08050s