Skip to content

Instantly share code, notes, and snippets.

View TymanWasTaken's full-sized avatar
🐢
What's happening?

TymanWasTaken

🐢
What's happening?
View GitHub Profile
@TymanWasTaken
TymanWasTaken / openpgp.md
Last active March 4, 2024 01:51
OpenPGP claim proof
@TymanWasTaken
TymanWasTaken / no_additional_info.txt
Created November 10, 2020 22:55
This contains a list of all the items in the notenoughupdates-repo that do not have additional information.
AATROX_BATPHONE.json
AATROX_PHONE_NUMBER.json
ACACIA_GENERATOR_1.json
ADAPTIVE_BOOTS.json
ADAPTIVE_CHESTPLATE.json
ADAPTIVE_HELMET.json
ADAPTIVE_LEGGINGS.json
ALCHEMY_XP_BOOST.json
ANCESTRAL_SPADE.json
ANCIENT_CLAW.json
from time import sleep
import random
def realPrint(Return=False):
s = input('Enter something: ')
s = list(s)
print('\nTyping: ', end='')
for c in s:
print(c,end='')
r = random.uniform(0, 0.25)
sleep(r)