This script finds words with specified letters using the Datamuse API and automatically types them using PyAutoGUI.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
(if needed). - Run the script:
python main.py
.
- Adjust the typing location coordinates in the
main.py
file. - Customize the word limit and sleep durations as needed.
This project is licensed under the MIT License - see the LICENSE.md file for details.