prueba-nashe


Nameprueba-nashe JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/ramirocabral/terminaltype
SummaryA simple terminal-based typing test
upload_time2024-04-27 18:36:28
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": "prueba-nashe",
    "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/eb/88/9c3e0fd25c9022e9fde29dc3ed57fd3ebb3c498c2b3c4edcae175b630e39/prueba_nashe-0.0.1.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.1",
    "project_urls": {
        "Homepage": "https://github.com/ramirocabral/terminaltype"
    },
    "split_keywords": [
        "python",
        " typing",
        " test",
        " game",
        " curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d351917ebb1086c267d3cc73753d8ca945b96ca41cf8ce308d7ec9f9ff760d2",
                "md5": "80b911d1c7700c0fab9822e7737d6350",
                "sha256": "125592ce075b1a1c4c31dac54782703a02b8ab455ec8619263961771cdcf5958"
            },
            "downloads": -1,
            "filename": "prueba_nashe-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80b911d1c7700c0fab9822e7737d6350",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 22388,
            "upload_time": "2024-04-27T18:36:23",
            "upload_time_iso_8601": "2024-04-27T18:36:23.410812Z",
            "url": "https://files.pythonhosted.org/packages/0d/35/1917ebb1086c267d3cc73753d8ca945b96ca41cf8ce308d7ec9f9ff760d2/prueba_nashe-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb889c3e0fd25c9022e9fde29dc3ed57fd3ebb3c498c2b3c4edcae175b630e39",
                "md5": "b5649d82e33dd7ca45097f7b06967d96",
                "sha256": "576ef8172dedcac191498a15d15cfc11449333ece19860ff6f95b400428f2ff7"
            },
            "downloads": -1,
            "filename": "prueba_nashe-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b5649d82e33dd7ca45097f7b06967d96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 20343,
            "upload_time": "2024-04-27T18:36:28",
            "upload_time_iso_8601": "2024-04-27T18:36:28.324751Z",
            "url": "https://files.pythonhosted.org/packages/eb/88/9c3e0fd25c9022e9fde29dc3ed57fd3ebb3c498c2b3c4edcae175b630e39/prueba_nashe-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 18:36:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ramirocabral",
    "github_project": "terminaltype",
    "github_not_found": true,
    "lcname": "prueba-nashe"
}
        
Elapsed time: 0.42569s