From 0359ae510b2cd7ec337439151a2e9392ac6452f8 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 13 Feb 2022 11:12:39 +0000 Subject: [PATCH] readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..29933a5 --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# Introduction + +Lost Ark Queue Time calcualtor helps you know when you can play Lost Ark. The in-game queue doesn't give a time estimate, to this portable .exe helps you with that. + +## Download +See [releases](https://github.com/IdiosApps/lost-ark-queue-time-calculator/releases) page + +## Building from scratch +`pyinstaller --onefile -w 'main.py'`