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.
- Host: GitHub
- URL: https://github.com/akash-rajak/virtual-keyboard
- Owner: akash-rajak
- Created: 2021-07-31T18:32:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T16:15:31.000Z (over 4 years ago)
- Last Synced: 2025-02-01T03:28:04.851Z (over 1 year ago)
- Topics: gui, keyboard, python3, tkinter, virtual-keyboard
- Language: Python
- Homepage:
- Size: 619 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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