Skip to content

Instantly share code, notes, and snippets.

@NABEF9
NABEF9 / randomizer.pyw
Last active October 24, 2018 02:10
Randomizer
#RANDOMIZER.PY - created by Steven C Mills 2018 | www.stevencmills.ca
#Most recent update was Oct 23, 2018: Now with loops and an exit option!
#Ensure "soundtrack.txt" and "books.txt" are stored in the same folder as "Randomizer.py"
# Import extensions
import random
# Print a time-related greeting
import datetime
currentTime = datetime.datetime.now()