Skip to content

Instantly share code, notes, and snippets.

@maxfire2008
Created November 21, 2021 06:42
Show Gist options
  • Save maxfire2008/33163bf234b1c11ce46dfb94dfd795e2 to your computer and use it in GitHub Desktop.
Save maxfire2008/33163bf234b1c11ce46dfb94dfd795e2 to your computer and use it in GitHub Desktop.
Minecraft Snapshot Style Name Generator
f"{str(exec('import datetime'))[0:0]}{datetime.datetime.now().isocalendar().year-2000}w{(1-(min(int(datetime.datetime.now().isocalendar().week/10),1)))*'0'}{datetime.datetime.now().isocalendar().week}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment