From 192046b776549f57119da2a191136809b046d929 Mon Sep 17 00:00:00 2001 From: mrlolethan Date: Wed, 11 Mar 2015 16:54:53 -0230 Subject: [PATCH] Update README: add Python version declaration. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb6e9be..2de3a74 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # 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.