Skip to content

Latest commit

 

History

History
128 lines (77 loc) · 3.91 KB

File metadata and controls

128 lines (77 loc) · 3.91 KB

Human typing simulator


Human typing simulator in python

Simulate human like typing of contents from clipboard

version Roadmap

Table of Contents

About the Project

Instead of directly copying the contents in a flash, this program is intended to type each character which simulates human like typing event.

Here's why:

  • Made by a student for fellow students, this can be used to present screen of typing homework live on screen from clipboard without user interference
  • Manual labor can be reduced.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

forthebadgepython

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites and Installations

List of things you need to use the software and how to install them:

pyautogui-icon

pip install pyautogui --user

pyperclip-icon

pip install pyperclip --user

warning-icon

You cannot change window while the simulator is running, If you do so the upcoming keys combination from your clipboard might be lethal and crash your system in worst case scenario. STOP THE SIMUATION OR LET IT BE COMPLETED


Usage

  1. Run the main.py in terminal
  2. Estimate time you need before the simulator starts typing which should include:
    • Time required changing the window to the editor you want to use
    • Placing the cursor at starting position where you want to start the simulator to type in

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Shree Ratn

Acknowledgements

  • This was made by me and is not copied from any other sources