No description
Vincent Batts
2715e1358f
came back to this project today, and something in the venv was wonky and had to start over ... Might as well write it down. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> |
||
---|---|---|
src/helloworld | ||
tests | ||
.gitignore | ||
CHANGELOG | ||
LICENSE | ||
pyproject.toml | ||
README.md |
learning-beeware
- Briefcase docs
- https://docs.beeware.org/en/latest/tutorial/tutorial-7.html
- https://git.batts.cloud/vbatts/learning-beeware
- the UI backend 'toga' has a tutorial
Ideas:
- a GUI app to review or interact with the Linux Audit backend
- https://github.com/mismailzz/CMAuditd_v2/blob/master/cmauditd.py is a prior-art example
Set up
python3 -m venv beeware-venv
. ./beeware-venv/bin/activate
python3 -m pip install briefcase