Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Elixonus committed Jul 6, 2024
1 parent 7ac9657 commit 55dd369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ numpy
scipy
matplotlib
PyInputPlus
colorama
4 changes: 2 additions & 2 deletions softquake/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class Style:
sleep(0.5)
dampening = pyip.inputMenu(
["Low", "Medium", "High"],
prompt=f"{Fore.LIGHTWHITE_EX}Select the {Fore.RED}spring {Fore.LIGHTWHITE_EX}dampening coefficient{Fore.LIGHTWHITE_EX}:\n",
prompt=f"{Fore.LIGHTWHITE_EX}Select the {Fore.RED}damper {Fore.LIGHTWHITE_EX}dampening coefficient{Fore.LIGHTWHITE_EX}:\n",
lettered=True
)

Expand All @@ -307,7 +307,7 @@ class Style:
else:
dampening = 0

print(" Spring Dampening Diagram")
print(" Damper Dampening Diagram")
print(
rf"""
{Fore.LIGHTWHITE_EX}{Back.BLUE}D{Back.RESET}{Fore.RED}--------[{Fore.LIGHTRED_EX}::{Fore.RED}|--------{Fore.LIGHTWHITE_EX}{Back.BLUE}O{Back.RESET} : {Fore.LIGHTGREEN_EX}{dampening:.2e} {Fore.LIGHTGREEN_EX}N*s/m{Fore.LIGHTWHITE_EX}
Expand Down

0 comments on commit 55dd369

Please sign in to comment.