Virtual keyboard based on PyQt5.
This keyboard is design for touchscreen applications on cross-platform (Windows, Linux).
Features:
- QWERTY layout.
- Resizable based on your screen sizes.
- PopUp position can be set base on your implementation and screen sizes.
Implementation:
-
Open terminal.
-
Navigate to pyqt_virtual_keyboard folder.
-
Install dependencies:
python3 -m pip install --upgrade pip python3 -m pip install -r requirements.txt
-
Run example:
python3 example.py