pip install --user pyqt5
sudo apt install python3-pyqt5 pyqt5-dev-tools qtcreator
# Test
pyuic5
# Error: one input ui-file must be specified| Key | Action |
|---|---|
| Ctrl+R | Preview |
| Ctrl+2 | Lay out vertically |
pyuic5 -x regexper/ui/mainwindow.ui -o regexper/mainwindow.pypython3 run.pypython3 -m pip install --upgrade pip
~/.local/bin/pyinstaller --onefile run.py