Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Asensado authored Jan 12, 2025
1 parent ea6b234 commit b7ee256
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# BSCreator
---
### A terminal-based lightweight balance sheet creator

![Current Version](https://img.shields.io/badge/current_version-alpha-orange)
Expand Down Expand Up @@ -118,7 +117,7 @@ Run PyInstaller
```
pyinstaller --onefile BalanceSheet.py
```
Alternatively, you could use `thinker` to create a lightweight GUI version of the app, then supress the terminal window with `--console`
Alternatively, you could use `tkinter` to create a lightweight GUI version of the app, then supress the terminal window with `--console`
```
pyinstaller --onefile --noconsole BalanceSheet.py
```
Expand Down

0 comments on commit b7ee256

Please sign in to comment.