ScreenWriter is a simple work-automation utility that makes your daily life at university easier. It will help you to build university report as fast as possible. Forget about numerating screenshots & tasks as well as pasting them into a Word's file.
To build the application you can use Makefile:
With Poetry:
make build
With PIP (in venv):
make build-venv
Or use Pyisntaller command:
pyinstaller -F --name ScreenWriter --icon "resources/images/icons/logo.ico" --add-data="resources;." src/__main__.py
ScreenWriter is released under the MIT License. See the bundled LICENSE file for details.