An open API service indexing awesome lists of open source software.

https://github.com/akash-rajak/virtual-keyboard

Python script to create a virtual keyboard.
https://github.com/akash-rajak/virtual-keyboard

gui keyboard python3 tkinter virtual-keyboard

Last synced: about 1 year ago
JSON representation

Python script to create a virtual keyboard.

Awesome Lists containing this project

README

          

## ✔ VIRTUAL KEYBOARD
- A Virtual Keyboard is an application created in python with tkinter gui.
- In this application user can enter any text or sentence or paragraph using the virtual keyboard that is embedded under keyboard button.
- This virtual keyboard can print any character (lower or uppercase), any special characters, digits.
- It also supports typing emoji's also.
- Also there are clear, backspace, space, tab keys also in this virtual keyboard.

****

### REQUIREMENTS :
- python 3
- tkinter module
- from tkinter messagebox module

****

### How this Script works :
- User just need to download the file and run the virtual_keyboard.py on their local system.
- Now on the main window of the application, one START button will be there clicking on which the main window of virtual keyboard opens.
- In this window there is a text area given, and a button KEYBOARD, clicking on which a virtual keyboard will pop up in the same frame.
- using this virtual keyboard user can enter any text, character, any special charater, digits, and some emoji's also.
- Inside Keyboard also there is a clear, backspace, sace, tab button also.
- Also there is one hide button, clicking on which the virtual keyboard disappears.
- After user has entered some text in textarea using virtual keyboard, then clicking on the PRINT button, shows messagebox, showing what is printed.
- Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.

****

### SCREENSHOTS :
















****

### Below is the link to video showing how script works :
https://user-images.githubusercontent.com/57003737/123204915-9ef6db00-d4d6-11eb-8e67-0c7901e9d1a0.mp4