Skip to content

Instantly share code, notes, and snippets.

View XChrisUnknownX's full-sized avatar

XChrisUnknownX

View GitHub Profile
@XChrisUnknownX
XChrisUnknownX / battlequest.py
Created July 27, 2018 16:58
battlequest.py
import time
import random
print("""You are the great magician.
Your exploits are known throughout the world.""")
badguyhealth = 0
goodguyhealth = 20
goodguylevel = 6
goodguylevels = str(goodguylevel)
experience = 600
goodguylevel = experience / 100
@XChrisUnknownX
XChrisUnknownX / passwordcreator.py
Created July 27, 2018 14:12
passwordcreator.py
import time
import random
char = "zero"
letters = ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"]
numbers = ["0","1","2","3","4","5","6","7","8","9"]
while True:
print("Input password length.")
try:
length = int(input())
@XChrisUnknownX
XChrisUnknownX / LoveSingAlong.py
Created May 30, 2018 01:24
Silly simple sing along sung to the tune of 99 bottles of beer on the wall. You can edit it depending on your preferences (boyfriend/girlfriend, word choice.)
import time
count = 10
print("I created this sing along program for my girlfriend, because the love never ends.")
love = open("ILoveMyGirlfriend.txt", "w")
love.write("""I created this sing along program for my girlfriend, because there's a lot of love.
""")
time.sleep(5)
love.close()
time.sleep(3)
while True:
@XChrisUnknownX
XChrisUnknownX / Blade_2018.py
Last active May 30, 2018 01:21
One of the first programs I made learning simple things like defining functions and control flow.
import random
import time
print("""Hello. My name is Blade.
I am a computer program written on April 14, 2018""")
name = input("""Please tell me what I should call you. """)
#Written by Christopher Day in April 2018
#nom nom nom nom nom nom nom nom nom nom nom
#this is the sound of my program eating your computer.
#nom nom nom nom nom nom nom nom nom nom nom