Skip to content

Instantly share code, notes, and snippets.

View david-benistant's full-sized avatar
🇮🇪

David Benistant david-benistant

🇮🇪
  • EPITECH
  • Dublin
  • 12:32 (UTC)
View GitHub Profile
@Nikdoge
Nikdoge / minecraft_offline_uuid.py
Last active September 15, 2024 22:06
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