SoftBox is a tool for photographer to use screen as a light box. This is also an extreme exercise of PySide6.
pip install softbox
After the installation step above, SoftBox now becomes available in Python. And you can simply use it by type the following commands in your Python interpreter :
import sys
import softbox as sb
sys.exit(sb.begin())
Clone the repository and run the following command in the root directory of the repository :
git clone https://github.com/EasyCam/SoftBox.git
cd SoftBox
cd softbox_gui
briefcase dev
cd softbox_toga
briefcase dev
Download the innstaller from https://pan.baidu.com/s/15dEeSmhkoaaOo9rGbtMkNw?pwd=349d with the code: 349d
Double click the Soft Box.msi
file to install.
Unzip the Soft Box.zip
file to get the Soft Box.exe
file.
Use the Soft Box.aab
file to install on Android.
The Start Screen is as follows:
Click the button to change the color of the light box:
The light box can be scrolled to change the effects of the light box:
The light box can be scrolled:
The control parts scrolled is like:
The Android GUI is as follows:
This project is licensed under the GPLv3 License - see the LICENSE.md file for details.