From 0530accb13a59a58793c60b87196e613e6dc2407 Mon Sep 17 00:00:00 2001 From: Muaz Ahmad Date: Fri, 11 Nov 2022 16:06:19 +0500 Subject: [PATCH] Added README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6300eef --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Desktop based GUI for monitoring the warframe worldstate. + +Looks ugly as hell but covers almost everything relevant. + +Requires python, python-pyqt5 and python-requests. + +`python main.py` to run, or use the makefile to create a single binary to execute.