Skip to content

Auto typing with key binds for mac. Used by content team to simulate keypresses.

Notifications You must be signed in to change notification settings

chaowss/mac-auto-typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mac-auto-typer

Auto typing with key binds for mac.

instructions

  • clone the repository locally
  • from within the directory, run pip3 install -r requirements.txt
  • open script.py and modify:
# List of strings to type
strings = [
    "Hello, this is the first string.",
    "Here's the second string for you.",
    "Finally, the last string to type."
]

To include the strings that you need (make sure to keep the list format with the quotes for python strings)

  • run python3 script.py
  • pressing ctrl key will print the next line.
  • pressing esc key will exit the script.

About

Auto typing with key binds for mac. Used by content team to simulate keypresses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages