From a5bde29035f403b401dcbd7f4ca4bb1e3af9b60f Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Fri, 26 Aug 2022 18:55:09 +0200 Subject: [PATCH] Random Commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c38f5f..e3595dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Minecraft-server-Status -This (very) small python script allows you to view any Minecraft server's status Information +This small python script allows you to view any Minecraft server's status Information ##### Usage Download the file, install python (if not already installed), install `mcstatus` (`pip install mcstatus`) and `time` (`pip install time`) and launch the program by executing it with `python cmd.py` on windows and `python3 cmd.py` on MacOS and Linux (replace 'cmd.py' with correct filename). Make sure that you first locate your download location with the command `cd Downloads` (replace 'Downloads' with your custom location if needed).