From c73cee7650b8bdfe3824dfaa43f8f4ec762c2e31 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Tue, 2 Jul 2024 18:56:32 +0200 Subject: [PATCH] Made some tiny improvements in the readme. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b2494a6..62bfad5 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,18 @@ And then clone the repository into the folder: (Dont forger to replace " +``` + +**Usage:** + +Add this line on top of your code: + +``` +from nowin import nowin +``` + +To make it even harder to reprogram your code so that it runs on windows you can use this multiple times in your code: + +``` +if nowin.linux: `` \ No newline at end of file