From 52a07ce844433a5e51c04d45a3a0ffc3a397c8e3 Mon Sep 17 00:00:00 2001 From: Aly Sewelam Date: Fri, 3 Apr 2026 20:25:52 +0200 Subject: [PATCH] Org mode supremacy --- README.md | 3 --- README.org | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 3 deletions(-) delete mode 100644 README.md create mode 100644 README.org diff --git a/README.md b/README.md deleted file mode 100644 index 8927164..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# talku-linux-py - -for the two egyptians using Linux and trying to playing Hell Divers 2 \ No newline at end of file diff --git a/README.org b/README.org new file mode 100644 index 0000000..f9f72fb --- /dev/null +++ b/README.org @@ -0,0 +1,30 @@ +* Vibe CODE ALERT!!! +This was heavily vibe coded but I also read (most) of the code and it doesn't really do much so it should be fine and it works yay? + +Feel free to make PR for anything BREAKING +* TalkU but for Linux..and in Python + +for the two egyptians using Linux and trying to playing Hell Divers 2 + +* Usage + +This project requires [[https://www.wireguard.com/install/][WireGuard]] to be installed and [[https://github.com/erebe/wstunnel][wstunnel]] make sure you have them installed first! + +Connecting: +`sudo python3 talk-linux.py connect` + + +Disconnecting: +`sudo python3 talk-linux.py disconnect` + + + +Checking Status: +`sudo python3 talk-linux.py status` +* CREDITS + +The awesome original TalkU Project is what makes this possible and this is just a rewrite for it to work on Linux systems and in python because shell scripts got too complex +https://github.com/JustYousefSameh/TalkU + +Without the original TalkU +