From b429d191b377b00a648fbb6df97732c63ce3d49b Mon Sep 17 00:00:00 2001 From: elias Date: Thu, 30 Oct 2025 15:28:17 +0100 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b879880 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Compile with `nuitka --standalone --windows-console-mode=disable [file].py` (`pip install nuitka`) +`--standalone` will output a dist with one .exe and a bunch of .pyd files, which are required for the exe to run. +there is also `--onefile` which will bundle everything into one singular .exe, but this exe gets flagged by windows defender, thus --standalone is prefered. \ No newline at end of file