Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 892 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 892 Bytes

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.