Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 982 Bytes

File metadata and controls

41 lines (26 loc) · 982 Bytes

text2keystrokes

This Python tool can automate keyboard input at a hardware level (only on Windows and Linux for now) ensuring that the keystrokes are transmitted as if they were manually typed by the user.

You can either enter the desired text directly into the console or provide a text file containing the content for this tool to process and generate the appropriate keystrokes.

You can also set your own intervals between keystrokes, to suit your specific requirements.

Usage

  • Clone the repository or download the latest release

  • Navigate to the folder you cloned/downloaded this repo/release to

  • Install required packages:

pip install -r requirements.txt
  • Run the tool:

    • Windows:

      python main.py
      

      or

      py main.py
      
    • Linux and macOS:

      python3 main.py
      
  • And that's it

Demo coming soon...