Skip to content

Commit

Permalink
Prettified Code
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentmoheshwar authored and github-actions[bot] committed Jan 6, 2025
1 parent d186821 commit ca3a7f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
# Initializes eel
eel.init("web")


# sudo setup
@eel.expose
def winSudo():
os.system("sudo config --enable normal && pause")


@eel.expose
def gsudo():
os.system("winget install gerardog.gsudo")
Expand Down Expand Up @@ -173,8 +175,10 @@ def fKeySender():
f"powershell -Command Start-BitsTransfer -Source {url} -Destination $env:TEMP && %TEMP%\\F_Key_Sender.exe"
)


@eel.expose
def titusWinutil():
os.system('sudo powershell -Command "irm https://christitus.com/win | iex"')


eel.start("index.html", mode="edge")

0 comments on commit ca3a7f9

Please sign in to comment.