Skip to content

Commit

Permalink
fancy intro
Browse files Browse the repository at this point in the history
yes
  • Loading branch information
Jakads committed Oct 13, 2019
1 parent 8fac0a6 commit ac93023
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions convert.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
import os, json, sys, time, zipfile

print("Malody to osu!mania v1.0")
print("October 14th, 2019")
print("by Jakads\n")

if len(sys.argv)<1:
print("Drag .mc files into this program to convert them to .osu or .osz!")
time.sleep(5)
exit()
arg = [x for x in sys.argv if os.path.splitext(x)[1] == ".mc"]

try:
Expand Down

0 comments on commit ac93023

Please sign in to comment.