Skip to content

A Python script for writing a given text from the input.txt file using the PyAutoGUI library.

License

Notifications You must be signed in to change notification settings

axbecher/Iterative_Output_Text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterative Output Text

A Python script for writing a given text from the input.txt file using the PyAutoGUI library.

Requirements

  • Python 3.6 or later
  • PyAutoGUI package

Required packages listed in requirements.txt

  • To install the required packages, run the following command in your terminal:
pip install -r requirements.txt

Configuration

The user must enter the delay until writing begins and the interval between each keystroke in the GUI window.

Usage

To run the script, use the following command in your terminal:

python main.py

The script will open the GUI window where the user can enter the delay and interval, then press the "Start" button to begin writing the text from the input.txt file.

Support

For any questions or support, please contact me via https://axbecher.com/contact/

License

This project is licensed under the MIT License.