# kbtype
A Python module to simulate keyboard typing that works with multiple keyboard layouts

## Usage

```python
kbtype.write("string")
```

## Installation

```bash
pip install kbtype
```

## Dependencies

Python 3 with the following modules:

- pyautogui
- pyperclip

## Contributors

Niklas Ziermann

## Copyright & License

**© Niklas Ziermann**

**MIT License**


