Skip to content

Commit

Permalink
Merge pull request #12 from jason-kane/customtkinter
Browse files Browse the repository at this point in the history
Customtkinter and a bunch of other stuff, I'm calling this 3.1, because why not.
  • Loading branch information
jason-kane authored Aug 2, 2024
2 parents 98c2384 + a03901b commit ef61998
Show file tree
Hide file tree
Showing 50 changed files with 5,536 additions and 8,607 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ raw_data/
venv_backup/
cache/

openai.key
eleven_labs.key
config.json
google_token.json
azure.json

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
3 changes: 2 additions & 1 deletion Sidekick.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
call venv\Scripts\activate.bat
venv\Scripts\python.exe src\cnv\sidekick.py
venv\Scripts\python.exe cnv\sidekick.py
pause
3 changes: 2 additions & 1 deletion aliases.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"5thColumn": "Random Any",
"5thColumnEndgame": "Random Any",
"Arachnos_60s": "Arachnos",
"ArachnosEndgame": "Arachnos",
"BanishedPantheon": "Random Any",
"Behavioral Adjustees": "Random Any",
Expand All @@ -25,6 +26,6 @@
"TheDestroyers": "Random Any",
"TheFamily": "Random Any",
"Tsoo": "Random Any",
"TsooEndgame": "Random Any",
"TsooEndgame": "Tsoo",
"Warriors": "Random Any"
}
Loading

0 comments on commit ef61998

Please sign in to comment.