A Virtual Keyboard GUI app made in python using tkinter

logo

A GUI application made in python using tkinter

This is my first ever proper GUI based application project after learning tkinter recently. I made it to practice and get more used to working with tkinter

Features

  • You can open the keyboard settings menu with the button in the bottom right corner
  • The keyboard is stored as a class named VirtualKeyboard, which you can import and use VirtualKeyboard().start() to use the virtual keyboard
  • The keyboard comes in 5 sizes:
    • Very Small
    • Small
    • Medium
    • Large
    • Very Large
  • You can also change the opacity of the keyboard window! Opacity ranges from 30% to 100%
  • You can pin the keyboard so that it always stays on top of other windows. Opacity setting makes it really

     

     

     

    To finish reading, please visit source site