/ScreenWriter

ScreenWriter is a simple util that makes your daily life at university easier.

Primary LanguagePythonMIT LicenseMIT

ScreenWriter

logo

GitHub all releases GitHub GitHub release (latest by date)

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.

Installation

Building

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

License

ScreenWriter is released under the MIT License. See the bundled LICENSE file for details.