Skip to content

Instantly share code, notes, and snippets.

View Nikdoge's full-sized avatar

Nika Nikdoge

View GitHub Profile
@Nikdoge
Nikdoge / minecraft_offline_uuid.py
Last active April 1, 2024 00:25
Generate an offline minecraft UUID v3 based on the case sensitive player name
#!/usr/bin/env python3
#Gets username as string, returns Minecraft offline UUID as string
#Translated by Nikdoge from source in PHP https://gist.github.com/games647/2b6a00a8fc21fd3b88375f03c9e2e603
import hashlib
import sys
def main():
#Getting argument from command line as username to convert
#Printing UUID