Skip to content

A simple Python username -> UUID converter that supports older names that aren't currently in use.

License

Notifications You must be signed in to change notification settings

EthanJoyce/MinecraftUsernameToUUID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Username to UUID

Convert old Minecraft usernames to their UUID. Written for Python3.

Usage

  1. Add the username_to_uuid.py file to your Python path.
  2. Use the library like this:
from username_to_uuid import UsernameToUUID

converter = UsernameToUUID("MrLolEthan")
uuid = converter.get_uuid()

... # Do stuff

The contents of uuid will now be: 854dd5e0fe044568a787053417ea6335

License

This software is licensed under the MIT license. Feel free to use it however you like.

About

A simple Python username -> UUID converter that supports older names that aren't currently in use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages