Metadata-Version: 2.1
Name: typetest-cli
Version: 1.2.1
Summary: Lightweight typing speed commandline tool
Author: Kyler
Project-URL: repository, https://github.com/senyc/typetest-cli
Keywords: speed,test,typing,typetest,typetest-cli,terminal
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

================
typetest-cli
================

Python versions
===============

``typetest-cli`` works with all versions of python >= 3.8


Installation
============

pip install
-----------

.. code-block:: python 

    pip install typetest-cli

GitHub
-------


.. code-block:: bash

    git clone https://github.com/senyc/typetest-cli
    cd typetest-cli
    python setup.py install

Running ``typetest-cli``
========================

After install you should be able to run the program with ``typetest`` or ``typetest-cli``

Usage
--------

.. code-block:: bash

    usage: typetest [-h] [--hide-acc] [--hide-wpm] [--only-base]

    Lightweight typing speed commandline tool. Can be exited with Ctrl-c or return.

    options:
      -h, --help       show this help message and exit
      --hide-acc, -a   hides the accuracy statistic
      --hide-wpm, -w   hides the word per minute statistic
      --only-base, -b  Only uses the base text

    Will only disply typing speed and accuracy upon completion of the line
