terminaltype


Nameterminaltype JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/ramirocabral/terminaltype
SummaryA simple terminal-based typing test
upload_time2024-04-27 19:07:59
maintainerNone
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.
            # terminaltype

A simple terminal-based typing test written in Python

![](static/demo.gif)

## Installation

```bash
pip install terminaltype

```

### Manual Installation

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

## Usage

For usage options, use `terminaltype -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/terminaltype",
    "name": "terminaltype",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "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/f4/29/2c37abde9ee988f04bea3c68b2d9b06d65b9f0aa4eb3a31e9c38a2d4ab40/terminaltype-0.0.3.tar.gz",
    "platform": null,
    "description": "# terminaltype\n\nA simple terminal-based typing test written in Python\n\n![](static/demo.gif)\n\n## Installation\n\n```bash\npip install terminaltype\n\n```\n\n### Manual Installation\n\n```bash\ngit clone https://github.com/ramirocabral/terminaltype\ncd terminaltype\npip install .\n```\n\n## Usage\n\nFor usage options, use `terminaltype -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.3",
    "project_urls": {
        "Homepage": "https://github.com/ramirocabral/terminaltype"
    },
    "split_keywords": [
        "python",
        " typing",
        " test",
        " game",
        " curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fd0d39ce62039a5046e1096fddcae6d59da83438bb65e66b105197e0977326b",
                "md5": "da6f401160723da36d60a565dd43f809",
                "sha256": "c6368370e426366d1c89c7779bb6cc4eff12af73d60c9aac1e8f70033957dae9"
            },
            "downloads": -1,
            "filename": "terminaltype-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "da6f401160723da36d60a565dd43f809",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 35494,
            "upload_time": "2024-04-27T19:07:57",
            "upload_time_iso_8601": "2024-04-27T19:07:57.947457Z",
            "url": "https://files.pythonhosted.org/packages/5f/d0/d39ce62039a5046e1096fddcae6d59da83438bb65e66b105197e0977326b/terminaltype-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4292c37abde9ee988f04bea3c68b2d9b06d65b9f0aa4eb3a31e9c38a2d4ab40",
                "md5": "9fa7987979488aa054b52ce3bebf0750",
                "sha256": "afa89f0cff7eaac0d06c90edac3ba156d0c79c2fc592a8d1161b154cd021c978"
            },
            "downloads": -1,
            "filename": "terminaltype-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9fa7987979488aa054b52ce3bebf0750",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 33414,
            "upload_time": "2024-04-27T19:07:59",
            "upload_time_iso_8601": "2024-04-27T19:07:59.286575Z",
            "url": "https://files.pythonhosted.org/packages/f4/29/2c37abde9ee988f04bea3c68b2d9b06d65b9f0aa4eb3a31e9c38a2d4ab40/terminaltype-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 19:07:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ramirocabral",
    "github_project": "terminaltype",
    "github_not_found": true,
    "lcname": "terminaltype"
}
        
Elapsed time: 0.26241s