Skip to content

akash-rajak/Virtual-Keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✔ 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 :

sample_video.mp4

About

Python script to create a virtual keyboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages