Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 806 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 806 Bytes

VirtualEnv Setup

  1. Install VirtualEnv
  2. Inside the root directory, virtualenv -p <path_to_python> .venv

Activate the Virtual Environment

activate-venv.bat

Install Pip Dependencies

pip install -r requirements.txt

Start the App

This app was coded using Python 3.8.1. To start the application, run the following:

python shakira.py

Using the App

Pretty self explanatory. Shakira will shake when you click the "Shake!" button, and your mouse will move at predefined intervals. Clicking the "Stop Shaking!" button will cause Shakira to stop shaking, and your mouse will no longer move by itself. Pressing the "Quit" button leaves the app.


Acknowledgements