Skip to content

The AutoWordTyper script is a Python automation tool designed to find and type words based on a user-provided set of letters. Leveraging the Datamuse API for word suggestions, this script utilizes the PyAutoGUI library to automate the typing process.

License

Notifications You must be signed in to change notification settings

nky001/AutoWordTyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoWordTyper

This script finds words with specified letters using the Datamuse API and automatically types them using PyAutoGUI.

Usage

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt (if needed).
  3. Run the script: python main.py.

Customization

  • Adjust the typing location coordinates in the main.py file.
  • Customize the word limit and sleep durations as needed.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

The AutoWordTyper script is a Python automation tool designed to find and type words based on a user-provided set of letters. Leveraging the Datamuse API for word suggestions, this script utilizes the PyAutoGUI library to automate the typing process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages