2022-08-05 00:21:27 +00:00
# ComputerKeeper
*a tool to manage a library of computers for Potlatch Jr/Sr High School*
2022-07-26 03:59:37 +00:00
2022-08-19 00:42:05 +00:00
### Build System:
2022-08-19 04:06:34 +00:00
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** |
|------------|------------------|
2022-08-19 04:16:08 +00:00
| 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/) |
2022-09-05 03:20:14 +00:00
## PyInstaller Command
```shell
pyinstaller --noconfirm --onefile --windowed "./main.py"
```