Application designed to refresh Epic Seven Secret Shop and buy Mystic bookmarks and Covenent bookmarks
Automatic epic seven refresh secret shop
- Download the installer (https://github.com/purpxd/E7AutoShop/releases/download/v2.1.1/autoshop_installer_v2.1.1.exe)
- Launch installer
- Inside your emulator set the resolution to 1920 x 1080. In advanced settings, enable ADB
- Start autoshop.exe
E7autoshop.Demo.mp4
- You will need to set the resolution in your emulator to 1920 x 1080 or it will not work properly
- Setup python version to use 3.10.5
- Setup venv
- Modify ui with designer
qt5-tools designer
- Generate resource & ui files
pyuic5 -x main.ui -o ui.py
pyrcc5 resource.qrc -o resource_rc.py
- Download Android Debug Bridge(ADB) and Tesseract executables
- ADB: https://developer.android.com/tools/releases/platform-tools
- Tesseract: https://tesseract-ocr.github.io/tessdoc/Downloads.html
copy the binaries over to their respective folders in tools/
- Build app
pyinstaller autoshop.spec
