yawning_titan.main#
Provides a CLI using Typer as an entry point.
Functions
Build the Yawning-Titan app directories. |
|
Cleans up left over files from previous version installations. |
|
View the Yawning-Titan docs. |
|
Start the Yawning-Titan GUI. |
|
Play Yawning-Titan using the Keyboard Agent. |
|
Print the Yawning-Titan log file. |
|
Start Jupyter Lab in the users Yawning-Titan notebooks directory. |
|
View the GitHub release notes of the installed Yawning-Titan version. |
|
Force a reset of the default entries in the NetworkDB and GameModeDB. |
|
Force a reset of the default notebooks in the users notebooks directory. |
|
Perform the Yawning-Titan first-time setup. |
|
Get the installed Yawning-Titan version number. |
- yawning_titan.main.reset_db(rebuild=False)[source]#
Force a reset of the default entries in the NetworkDB and GameModeDB.
- Parameters:
rebuild – If True, completely rebuild the DB, removing all custom Networks and GameModes. Default value is False.
- yawning_titan.main.reset_notebooks(overwrite=True)[source]#
Force a reset of the default notebooks in the users notebooks directory.
- Parameters:
overwrite – If True, will overwrite existing default notebooks.
- yawning_titan.main.logs(last_n=10)[source]#
Print the Yawning-Titan log file.
- Parameters:
last_n – The number of lines to print. Default value is 10.
- yawning_titan.main.notebooks()[source]#
Start Jupyter Lab in the users Yawning-Titan notebooks directory.
- yawning_titan.main.release_notes()[source]#
View the GitHub release notes of the installed Yawning-Titan version.
- yawning_titan.main.clean_up()[source]#
Cleans up left over files from previous version installations.