Metadata-Version: 2.4
Name: utf-typecase
Version: 0.1.0
Summary: Remote Unicode keyboard: select UTF characters in a browser and insert them on another device.
Author-email: AlexanderGoebel <lollybyte.git@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# utf-typecase

**utf-typecase** lets you pick Unicode characters from a web interface and type
them on a different machine.

The server shows a customizable grid of symbols. The client checks the server 
periodically, copies the selected character, and simulates keyboard input to 
insert it.

## Installation
```
pip install utf-typecase
```
