Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsya authored Apr 13, 2021
1 parent fa86e4a commit 6900f6d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
A simple Python script to automatically join full Minecraft servers during peak hours.

## Dependencies
Make sure to have the latest versions installed of the following libraries!
**[mcstatus](https://github.com/Dinnerbone/mcstatus) <br />
[pynput](https://pypi.org/project/pynput/)**
[pynput](https://pypi.org/project/pynput/)
[requests](https://pypi.org/project/requests/)
**

## How to Run
[Download and Install Python](https://www.python.org/) <br />
Expand All @@ -16,9 +19,12 @@ pip install pynput
```
pip install mcstatus
```
```
pip install requests
```
Run the Python File <br />
Navigate your cursor over to the left side of the server you would like to join in Minecraft.
## Credits
Made by ajsya / SharkBaitBilly

If you have any questions or issues please message me on Discord (SharkBaitBilly#5270) or create a Github Issue!
If you have any questions or issues please message me on Discord (SharkBaitBilly#5270) or create a new Github Issue!

0 comments on commit 6900f6d

Please sign in to comment.