Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 4 commits into
base: windows
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,32 @@ Please note that this prank is intended for entertainment purposes only and shou

Follow these instructions to set up the Keyboard Prank on the target computer:

1. **Clone the Repository**: Begin by cloning this repository onto the target computer using the following command:
1. **Download the Repository**: Begin by downloading this repository onto the target computer using the [releases tab](https://github.com/aetricy/keyboard_prank/releases/tag/alpha-v0.0.1).

```bash
git clone https://github.com/aetricy/keyboard_prank.git
```

3. **Operation System**: Depending on your friend's operating system, follow the appropriate installation instructions:


3. **Operation System**: Depending on your target's operating system, follow the appropriate installation instructions:


- **Linux Installation**

Install last version of linux releases.

```bash
chmod +x install.sh
sudo ./install.sh
```


- **Windows Installation**:

*Do not support windows yet.*

Install last version of windows releases.
```bash
pip install keyboard
pip install pygame
python3 install.py
```


#### This will install and configure the prank to start on every reboot.

Expand Down Expand Up @@ -58,15 +62,17 @@ If you decide to remove the prank from the target computer:

### Windows

*Do not support windows yet.*
```bash
.\delete.bat
```


#### This will remove the prank from the system.


## Roadmap

- Windows Support
- Windows Support

- Enhanced Sound Effect Triggers - Implement context-based and randomized triggers for added surprise.

Expand Down