typeterminal


Nametypeterminal JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/ramirocabral/typingtest
SummaryA simple terminal-based typing test
upload_time2024-03-04 16:35:09
maintainer
docs_urlNone
authorRamiro Cabral
requires_python>=3.10
licenseGPL
keywords python typing test game curses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # typeterminal

A simple terminal-based typing test written in Python

![](static/demo.gif)

## Installation

```bash
pip install typeterminal

```

### Manual Installation

```bash
git clone https://github.com/ramirocabral/typeterminal
cd typeterminal
pip install .
```

## Usage

For usage options, use `typingtest -h`

```
A simple terminal-based typing test

options:
  -h, --help            Show this help message and exit
  -w, --words {english200,english1000,italian200,italian1000,spanish200,spanish1000}
  -t, --time [10,120]
  -H, --history         Show the history
```

## License

Licensed under [GPL](LICENSE) license

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ramirocabral/typingtest",
    "name": "typeterminal",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "python,typing,test,game,curses",
    "author": "Ramiro Cabral",
    "author_email": "<ramiro.cabral@alu.ing.unlp.edu.ar>",
    "download_url": "https://files.pythonhosted.org/packages/be/61/ffb6840c703dd4819c0190ecf49a6388fb28f23401526d605b4cd5490b3b/typeterminal-0.0.1.tar.gz",
    "platform": null,
    "description": "# typeterminal\n\nA simple terminal-based typing test written in Python\n\n![](static/demo.gif)\n\n## Installation\n\n```bash\npip install typeterminal\n\n```\n\n### Manual Installation\n\n```bash\ngit clone https://github.com/ramirocabral/typeterminal\ncd typeterminal\npip install .\n```\n\n## Usage\n\nFor usage options, use `typingtest -h`\n\n```\nA simple terminal-based typing test\n\noptions:\n  -h, --help            Show this help message and exit\n  -w, --words {english200,english1000,italian200,italian1000,spanish200,spanish1000}\n  -t, --time [10,120]\n  -H, --history         Show the history\n```\n\n## License\n\nLicensed under [GPL](LICENSE) license\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A simple terminal-based typing test",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ramirocabral/typingtest"
    },
    "split_keywords": [
        "python",
        "typing",
        "test",
        "game",
        "curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14d67e98d46a934ab4db5f1573c06239c420257e5ed67ab3cc347455b3acdf25",
                "md5": "0afc6d3293be788ed15498c9afb9943b",
                "sha256": "42443c3e7d0c479d0a7b849be1697c60c5fc9a754ed3814b368cbf81da268ff4"
            },
            "downloads": -1,
            "filename": "typeterminal-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0afc6d3293be788ed15498c9afb9943b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 22063,
            "upload_time": "2024-03-04T16:35:06",
            "upload_time_iso_8601": "2024-03-04T16:35:06.477727Z",
            "url": "https://files.pythonhosted.org/packages/14/d6/7e98d46a934ab4db5f1573c06239c420257e5ed67ab3cc347455b3acdf25/typeterminal-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be61ffb6840c703dd4819c0190ecf49a6388fb28f23401526d605b4cd5490b3b",
                "md5": "08bcd38842517ab13d9542fef118ecf6",
                "sha256": "d3c1d4d56cf2fd4bdf159da510131fa5d9de67643db80968c55c2ac84036684a"
            },
            "downloads": -1,
            "filename": "typeterminal-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "08bcd38842517ab13d9542fef118ecf6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 20819,
            "upload_time": "2024-03-04T16:35:09",
            "upload_time_iso_8601": "2024-03-04T16:35:09.233474Z",
            "url": "https://files.pythonhosted.org/packages/be/61/ffb6840c703dd4819c0190ecf49a6388fb28f23401526d605b4cd5490b3b/typeterminal-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 16:35:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ramirocabral",
    "github_project": "typingtest",
    "github_not_found": true,
    "lcname": "typeterminal"
}
        
Elapsed time: 0.19148s