Skip to content

Commit

Permalink
added required import stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodus-Melodus committed Jul 26, 2024
1 parent e86d983 commit 962a670
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"warning-tag-background-color": "",
"y-padding": 5,
"x-padding": 5,
"theme": "night-owl",
"theme": "phi-theme",
"auto-clear-console-on-close": true,
"help_window-font-family": "Fira Code",
"help_window-font-size": 10,
Expand Down
2 changes: 2 additions & 0 deletions setup.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@echo off

pip install cx_freeze
pip install customtkinter
python setup.py build
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

pip install cx_freeze
pip install customtkinter
python setup.py build

0 comments on commit 962a670

Please sign in to comment.