A Minimalistic Terminal/Application Based Auto Typer with Custom Initial Delay, Text and Intervel
Python 3
pip install pyautogui
-
Ensure you have the latest stable version of Python 3 in your system
-
Open your terminal / command prompt
-
Clone the repository
git clone https://github.com/Julian-Idl/AutoTyper.git -
Change the directory to the cloned project
cd AutoTyper
-
delay - Initial delay provided so that you get time to navigate to the window where you want to auto type content.
-
name - Full or relative path of input file.
-
interval - Interval between each keystroke, this is provided so that software doesn't think you are a bot.(0.07 is optimum for Notepad RT V.2)
Command Line
-
Open
file.txt, paste your content and save the file. -
Run the following command:
python autoTyper.py
- Click on the window/space for the autotyper to type the content.
Graphical User Interface
python autoTyperGUI.py
v.0.0.1 (Graphical User Interface)
v.0.0.1 (Graphical User Interface with sample text)
-
If you wish to change the settings for terminal version, open
autoTyper.pyand meddle with delay, name and interval parameters.
Made with ♥ by Julian-Idl



