Bilder pron: builder is a cross-platform screenshot utility, orginally intendet for saving live lecture screenshots conviniently via an easy to use keybind. Though I guess it can really be used for anything. It supports multiple monitors. Take screenshots of all, or just one. Will automatically switch monitors, if selected one is disconnected.
- multi-monitor support
- cross-platform (linux + win)
- wacky key combinations
- auto detect existing folders
- Download the git repository
- Install python3 if not preinstalled
- Install dependecies via
pip3 install -r requirements.txt
- Create
pics/
folder in script folder
- Run Script with
python3 bilder.py
- Enter Lecture name, or any other name. Will be grouped in folders
- Enter Monitor (will only show up, if multiple monitors were detected)
- Press
L + CTRL_R
orL + ALT_R
. Note: You have to press theL
key first! °
° don't ask me why. It's a "feature".
Yes, if you edit the python file. Simply change the COMBINATIONS
list, to whatever you desire.
Try to delete the entire folder, and carefully follow the installation steps. If the error still persits open an Issue, stating your problem, platform, and Error/Traceback as clearly as possible.
Try using py -m pip
instead of pip3
.
Because none of my applications have default keybinds for that specifc combination.
If you find breaking bugs which I can replicate, I will try to push new updates to solve them. But probably not more features.
I won't stop you.