#################
#  Pything 0.1  # 
#      :)       #
#   By: Lolz    #
#################

# All credit belongs to @AwesomePotato22 on Replit
# If you are forking this read notes.txt for help
# Also lol.py was made by @DolphinUwU on Replit

import time
import os

def clear():
    os.system('clear' if os.name=='nt' else 'clear')

def blank():
  print("")

def askProceed():
  proceed = input('Hit any key to proceed')

# Full Program Begins After This

print('Loading Program.')
time.sleep(2.132)
print('Program Successfully loaded.')

time.sleep(1.4)

clear()

programstarted = 'true'
waitForInvalid = 9999999

if programstarted == 'true':
	booted = 'start'


# anything beyond this comment is a part of the boot up program
  
print("Welcome to PyThing v0.1!")
blank()
time.sleep(1.7)
username = input("What is your name? ")

print("Welcome, " + username + "!")

password = input("Type your desired password! ")
print("Your password will be set to " + password + ".")

time.sleep(2.5)
clear()

# after this comment is where the real fun starts :D

print("Welcome to PyThing, " + username + "!")
wait = input("Press enter to proceed to setup.")
clear()

print('== WELCOME TO THE SETUP SCREEN ==')
print("This will be used to gather some info.")
print('Do not worry, this info will not be stored')
print("This is also optional, hit enter to skip the Qs.")

blank()

# Setup begins here

Gender = input("What is your gender? ")
MMDD = input("What is your birthday (mm/dd)? ")

. o .

Something I made:

import time
import os

def clear():
    os.system('clear' if os.name=='nt' else 'clear')

def blank():
  print("")

print('Loading Program.')
time.sleep(2.132)
print('Program Successfully loaded.')

time.sleep(1.4)

clear()

programstarted = 'true'

if programstarted == 'true':
	booter = 'start'

# anything beyond this comment is a part of the program
print("Welcome to PyThing v0.1!")
blank()
time.sleep(1.7)
username = input("What is your name? ")

print("Welcome, " + username + "!")

comments

what does it do?

you can run the whole script and play around or fork it :)