From 0087eb68d26f6b82e8f23c6eb3c0760f38ca4044 Mon Sep 17 00:00:00 2001 From: mrlolethan Date: Wed, 11 Mar 2015 16:50:20 -0230 Subject: [PATCH] Add README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..79b17c2 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Minecraft Username to UUID +Convert old Minecraft usernames to their UUID. + +# Dependencies +None :) + +# 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` +