diff --git a/randomizermodule.py b/randomizermodule.py
new file mode 100644
index 0000000..b55f066
--- /dev/null
+++ b/randomizermodule.py
@@ -0,0 +1,38 @@
+import os
+import random
+
+if not os.path.exists("musiclist.txt"):
+ print("musiclist.txt not found")
+ exit()
+
+with open("musiclist.txt", "r") as f:
+ musiclist = f.readlines()
+
+def randomize():
+ html = "\n\n
\n\n\n\n\n"
+ html += "\n"
+ html += "Halhadus' Music List\n"
+ html += "\n"
+ html += "\n"
+ html += "\n"
+ html += "\n"
+ html += "\n"
+ html += "\n"
+ random.shuffle(musiclist)
+ html += "