Repository for the course Software Construction, part of the master Software Engineering at the University of Amsterdam
This repository contains code implementing a Questionnaire Language (QL) in Python.
- Constantijn Bicker Caarten (10427910)
- Michiel Boswijk (10332553)
Python version 3
- multimethods
- PLY
- PyQt5
- termcolor
sudo pip3 install multimethods
sudo pip3 install ply
sudo pip3 install pyqt5
sudo pip3 install termcolor
python3 pyquest.py
-t, --test Perform tests.
Shortcut | Action |
---|---|
Ctrl+N |
Create a new .ql file |
Ctrl+O |
Open a .ql file |
Ctrl+S |
Save current .ql file |
Ctrl+Shift+S |
Save as current .ql file |
Ctrl+R |
Run current .ql file |