Metadata-Version: 2.1
Name: demotype
Version: 0.0.1
Summary: A command-line utility that simulates typing text from an input file.
Home-page: https://gitlab.com/nul.one/demotype
Author: Predrag Mandic
Author-email: predrag@nul.one
License: BSD
Download-URL: https://gitlab.com/nul.one/demotype/-/archive/0.0.1/demotype-0.0.1.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.4.6
Description-Content-Type: text/markdown
Requires-Dist: click (<8.0,>=6.7)
Requires-Dist: pynput (<2.0,>=1.4.2)


demotype
==================================================
[![PyPI version](https://badge.fury.io/py/demotype.svg)](https://badge.fury.io/py/demotype)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

A command-line tool that emulates human typing text.

Overview
-------------------------

<!--#TODO -->

Installation
-------------------------

### install from pypi (recommend)
`pip3 install demotype

### install from git (latest master)
`pip3 install -U git+https://gitlab.com/nul.one/demotype.git`

Usage
-------------------------

<!--#TODO -->



