itypewriter


Nameitypewriter JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/Jcharis/itypewriter
SummaryiTypewriter - print text a character at a time,like typewriting.
upload_time2022-12-28 22:28:01
maintainer
docs_urlNone
authorJesse E.Agbe(JCharis)
requires_python>=3.10,<4.0
licenseMIT
keywords itypewriter itypewriter typewriter typewrite character a a time chat iterative chat jcharistech clean text text preprocessing text cleaning ftfy pandas normalize
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### iTypeWriter
+ A simple package for printing and displaying characters one at a time as if you were typing.
+ With `itypewriter` you can display values as if you were typing a text.


#### Installation
```bash
pip install itypewriter
```

#### Usage
`itypewriter` can be used either via the functional approach or via the object oriented approach.

##### Via Functional Approach
```python
>>> import itypewriter
>>> itypewriter.itype("Hello Sentient Typing")

```

There is also the `iprint` option
```python
>>> from itypewriter import iprint
>>> iprint("Hello Sentient Typing")

>>> iprint("Hello",num_of_chars=3)
```

Each of these functions accepts optional params for customising the number of characters (`num_of_chars`)
and the delay inbetween the appearance of characters (`delay`).

##### Specifying the Delay Time

```python
>>> from itypewriter import iprint
>>> iprint("Hello Sentient Typing",delay=0.2)
```

#### OOP Approach
```python
>>> from itypewriter import TypeText
>>> docx = """Some wonderful text"""
>>> tt = TypeText(docx,num_of_chars=1)
>>> tt.iprint()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Jcharis/itypewriter",
    "name": "itypewriter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "iTypewriter,itypewriter,typewriter,typewrite,character a a time,chat,iterative chat,jcharistech,clean text,text preprocessing,text cleaning,ftfy,pandas,normalize",
    "author": "Jesse E.Agbe(JCharis)",
    "author_email": "jcharistech@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/0b/1989fb60310dd5350d9a5af4ed213cf4054f8f24ee71238d74d494888a1e/itypewriter-0.0.1.tar.gz",
    "platform": null,
    "description": "### iTypeWriter\n+ A simple package for printing and displaying characters one at a time as if you were typing.\n+ With `itypewriter` you can display values as if you were typing a text.\n\n\n#### Installation\n```bash\npip install itypewriter\n```\n\n#### Usage\n`itypewriter` can be used either via the functional approach or via the object oriented approach.\n\n##### Via Functional Approach\n```python\n>>> import itypewriter\n>>> itypewriter.itype(\"Hello Sentient Typing\")\n\n```\n\nThere is also the `iprint` option\n```python\n>>> from itypewriter import iprint\n>>> iprint(\"Hello Sentient Typing\")\n\n>>> iprint(\"Hello\",num_of_chars=3)\n```\n\nEach of these functions accepts optional params for customising the number of characters (`num_of_chars`)\nand the delay inbetween the appearance of characters (`delay`).\n\n##### Specifying the Delay Time\n\n```python\n>>> from itypewriter import iprint\n>>> iprint(\"Hello Sentient Typing\",delay=0.2)\n```\n\n#### OOP Approach\n```python\n>>> from itypewriter import TypeText\n>>> docx = \"\"\"Some wonderful text\"\"\"\n>>> tt = TypeText(docx,num_of_chars=1)\n>>> tt.iprint()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "iTypewriter - print text a character at a time,like typewriting.",
    "version": "0.0.1",
    "split_keywords": [
        "itypewriter",
        "itypewriter",
        "typewriter",
        "typewrite",
        "character a a time",
        "chat",
        "iterative chat",
        "jcharistech",
        "clean text",
        "text preprocessing",
        "text cleaning",
        "ftfy",
        "pandas",
        "normalize"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "473eeb0f8cc69e9566bcd094fda50adb",
                "sha256": "41a2ea56c2a80c064410659238b5118e1cb79ab3e22ab567494d1ba1d16e9cce"
            },
            "downloads": -1,
            "filename": "itypewriter-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "473eeb0f8cc69e9566bcd094fda50adb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 3636,
            "upload_time": "2022-12-28T22:27:59",
            "upload_time_iso_8601": "2022-12-28T22:27:59.789531Z",
            "url": "https://files.pythonhosted.org/packages/2d/de/304a3dff27fbc324de38150e6b83e114665d3402cbd6c44e0ac788abb8dc/itypewriter-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3ea541256c2f0e664c387fbc80018fa1",
                "sha256": "36dc9314adc6fceefafd400cc7deca1da0d40aa74a57cbcdeffbdeb312327c5e"
            },
            "downloads": -1,
            "filename": "itypewriter-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3ea541256c2f0e664c387fbc80018fa1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 3503,
            "upload_time": "2022-12-28T22:28:01",
            "upload_time_iso_8601": "2022-12-28T22:28:01.756229Z",
            "url": "https://files.pythonhosted.org/packages/ee/0b/1989fb60310dd5350d9a5af4ed213cf4054f8f24ee71238d74d494888a1e/itypewriter-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-28 22:28:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Jcharis",
    "github_project": "itypewriter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "itypewriter"
}
        
Elapsed time: 0.02423s