From 42f12cd560be766d6de0e1292ca080025d711444 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Mon, 15 Aug 2022 21:45:36 +0300 Subject: [PATCH] README.md update --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37168d0..865ec9e 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ -# GtaBuyBase GUI \ No newline at end of file +# GtaBuyBase GUI + +GUIfyed end extended version of best GTA Online wishlist app + +Features: + +- Filters system +- Multiple databases +- Owning items and profiles +- Modern design themes +- Images for items (you can use gtabase.com, for example, to get images) +- Error protection + +To run app with logs, use: + +``` +GtaBuyBaseGui.exe | more +``` + +Custom build: + +``` +python -m venv venv +pip install -r requirements.txt +pyinstaller --onefile --windowed --icon gui/img/icon.ico GtaBuyBaseGui.py +``` +