Skip to content

Commit

Permalink
testing rich for tui
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Jan 10, 2025
1 parent 8c49385 commit 8960422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Subsystem-Manager
3 changes: 3 additions & 0 deletions Webserver/Programs/File_manager/file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

from halo import Halo

from rich import print
from rich.console import Console

from cryptography.fernet import Fernet

spinner = Halo(text='Loading', spinner='dots', color='red')
Expand Down

0 comments on commit 8960422

Please sign in to comment.