Rather simple game launcher written in Python and PyQt6 which supports:
- Getting news (title, paragraph and image) from the server and displaying them with applying mask and frame onto image (see screenshots)
- Getting patch notes and displaying them in a separate "tab"
- Downloading full game, downloading patches, verifying game integrity
- Self updating (the launcher)
- Launching the game
- Optionally cross-platform
They will be with scrollbar if the text is large
pyinstaller --onefile --icon=Source/Assets/update.ico Source/launcher_updater.py
pyinstaller --windowed --onefile --icon=Source/Assets/ECR_icon.ico Source/main.py