简体中文 | 繁體中文 | 日本語
- Video(MP4, AVI, MOV, etc.) to GIF converter
- Built-in deployment function, making it easy to deploy to Steam profile showcases
- Provides Editor with preview function, level calculator, etc.
You can download the latest release from the Releases page
Ensure your Python version is >= 3.8
Usage of PyQt-Fluent-Widgets see Docs
Warning
Please ensure you have installed the PySide6-Fluent-Widgets, for the program may crash
Learn more
pip install -r requirements.txt
This application uses Nuitka to pack
python -m nuitka --standalone --onefile --windows-console-mode=disable --main="main.py" --plugin-enable=pyside6 --windows-icon-from-ico="src/icons/favicon.ico" --include-data-dir=src=src --output-filename="Steam-Show" --output-dir="dist" --remove-output --show-progress
Translate files are located in src/i18n/
, use Qt Linguist to finish the translation
We'd like you to contribute Issues or Pull Requests
If this project helps you a lot, please consider sponsoring us 🩷
This project is licensed under the GPL-3.0 License