ComputerKeeper/README.md
Joe Stanley 0a4a0cce99
Some checks failed
Potlatch Loggers Organization/ComputerKeeper/pipeline/head There was a failure building this commit
initial updates - will this build?
2022-09-04 20:20:14 -07:00

17 lines
750 B
Markdown

# ComputerKeeper
*a tool to manage a library of computers for Potlatch Jr/Sr High School*
### Build System:
Builds are generated by Stanley Solutions Jenkins; they can be accessed here: [StanleySolutions Jenkins](https://jenkins.stanleysolutionsnw.com/job/Potlatch%20Loggers%20Organization/job/ComputerKeeper/)
| **Branch** | **Build Status** |
|------------|------------------|
| Main | [![Master Branch Build Status](https://jenkins.stanleysolutionsnw.com/buildStatus/icon?job=Potlatch+Loggers+Organization%2FComputerKeeper%2Fmain)](https://jenkins.stanleysolutionsnw.com/job/Potlatch%20Loggers%20Organization/job/ComputerKeeper/job/main/) |
## PyInstaller Command
```shell
pyinstaller --noconfirm --onefile --windowed "./main.py"
```