Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 851 Bytes

File metadata and controls

14 lines (10 loc) · 851 Bytes

AutoWriter-using-Python


How to use AutoWriter?

📌Step-1 : Type or paste your text to be auto typed in the code.txt file.

📌Step-2 : go to main.py file and run it.

📌Step-3 : Just after step-2 click the cursor on the place where the text is to be written. Your text will be typed automatically.


Note- You may need to install the pyautogui module in your system(if not installed) by typing "pip install pyautogui" in the command prompt.