Skip to content

this is not issues but #6

@ghost

Description

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

##################################################################################`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions