NWBS-Desktop is a standalone desktop application for Windows computers[^1^][1]. It's designed to manage the creation of meeting workbooks and assignees[^1^][1].
Before you can run NWBS-Desktop, you need to install the dependencies listed in the requirements.txt
file[^1^][1]. You can do this using pip:
pip install -r requirements.txt
After installing the dependencies, you can run the manage.py script to start the application
python manage.py
Contributions are welcome! Please feel free to submit a pull request.