python-pacman
python-pacman copied to clipboard
this is not issues but
sudo pacman -S firefox but ı try this sudo uwu firefox but this is not real package manager ı juse pacman how ı write like this ? ı learn python and I'm not native english persone please help
this script just test sorry script is turkish `################################################################################## import sys, time
def texttime(words): for c in words: sys.stdout.write(c) sys.stdout.flush() time.sleep(0.05)
inputname = "GnuChanOS:--> " userName = ""
################################################################################## texttime("welcome to GnuChanOS - UwU package Manager\n") userName = input("Enter Your User Name: ") texttime("Hoş geldin " + userName + " bu gün ne yapmak istiyorsun \n")
inputtext = input(inputname)
while True:
if inputtext == "help":
print("""
#####################################################################
command #### comment
quit = exit_UwU package Manager
help = learn_UwU package Manager
##################################################################### """) if inputtext == "merhaba gnuchan": texttime("merhaba " + userName + " bugün nasılsın ne yapmamı istersin \n") if inputtext == "sudo uwu -A firefox": print("firefix-uwu.v1") , texttime("##################################################################### \n")
if inputtext != "quit":
inputtext = input(inputname)
if inputtext == "quit":
texttime("bye thanks for using GnuChanOS\n")
break
##################################################################################`