learning-beeware/README.md
Vincent Batts 2715e1358f
README: add basic set up
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>
2024-06-25 21:42:59 -04:00

18 lines
571 B
Markdown

# learning-beeware
* [Briefcase docs](https://briefcase.readthedocs.io/)
* https://docs.beeware.org/en/latest/tutorial/tutorial-7.html
* https://git.batts.cloud/vbatts/learning-beeware
* the UI backend ['toga' has a tutorial](https://toga.readthedocs.io/en/stable/tutorial/tutorial-1.html)
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
```shell
python3 -m venv beeware-venv
. ./beeware-venv/bin/activate
python3 -m pip install briefcase
```