Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Apr 8, 2024
1 parent 0e40fe7 commit 180423a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tird/tird.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def select_action() -> int:
return 0

if action == '1':
print(f'{ITA}I: action #1: show info{RES}')
print(f'{ITA}I: action #1: display info{RES}')
return 1

if action == '2':
Expand Down Expand Up @@ -2071,15 +2071,15 @@ def main() -> NoReturn:
Homepage: https://github.com/hakavlad/tird{RES}"""

MENU: str = f"""
{BOL}MENU{RES}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0. Exit 1. Show info
{BOL}MENU
———————————————————————————————————————————
0. Exit 1. Info
2. Encrypt 3. Decrypt
4. Embed 5. Extract
6. Encrypt & embed 7. Extract & decrypt
8. Create w/ random 9. Overwrite w/ random
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{BOL}[01] Select an option [0-9]:{RES} """
———————————————————————————————————————————
[01] Select an option [0-9]:{RES} """


INVALID_UTF8_BYTE: bytes = b'\xff'
Expand Down

0 comments on commit 180423a

Please sign in to comment.