Skip to content

CZnavody19/Auto-Typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-Typer

Hooks your keys to only type the thing you selected.

Installation

You need to download Tesseract OCR for your OS. Here is a guide.

Warning: You need to install to the default location which is C:\\Program Files\\Tesseract-OCR

You also need Python with pip and tkinter.

The pip packages needed are here. Install them with pip install -r requirements.txt

Note: In the released version everything is preinstalled

How to use

Command Line

  • Run the comand line script

  • Enter the number of times to repeat the text

  • Enter wherever to reverse the text or not

  • Enter what characters the text should contain (Enter for everything)

  • Enter what characters the text should begin with (Enter for everything)

  • Press Windows Shift S and select the area of the text

  • Press Enter to detect the text

  • Wait until the program displays the text

  • Press Enter to start typing

  • Then start typing, the program will "rewrite" the keys to the correct ones (By default only letters are enabled. To enable additional keys enter them to the file.)

  • At the end press Ctrl Enter to stop the program

GUI

Source code

  • Run the GUI script
  • Configure the parameters
  • Press Windows Shift S and select the area of the text
  • Click Capture and review the text
  • Click Start and start typing, the program will "rewrite" the keys to the correct ones (By default only letters are enabled. To enable additional keys enter them in the settings.)
  • At the end press Ctrl Enter to stop rewriting (The program will freeze during typing)

Release

  • Run gui.exe
  • Configure the parameters
  • Press Windows Shift S and select the area of the text
  • Click Capture and review the text
  • Click Start and start typing, the program will "rewrite" the keys to the correct ones (By default only letters are enabled. To enable additional keys enter them in the settings.)
  • At the end press Ctrl Enter to stop rewriting (The program will freeze during typing)

About

Hooks your keys to only type the thing you selected.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages