1
Python Script
Hey peeps i am working on a Skin Stealing program in python BUT its not working ><
Here's the code
Its Printing a Space Before the username Do you know whats going wrong?
Here's the code
Click to reveal
import time
import sys
import webbrowser
name = raw_input ('Insert Username here! ')
two = '.png'
handle = webbrowser.get()
handle.open('s3.amazonaws.com/MinecraftSkins/',name+two)
print 's3.amazonaws.com/MinecraftSkins/',name+two
time.sleep(20)
sys.exit()
import sys
import webbrowser
name = raw_input ('Insert Username here! ')
two = '.png'
handle = webbrowser.get()
handle.open('s3.amazonaws.com/MinecraftSkins/',name+two)
print 's3.amazonaws.com/MinecraftSkins/',name+two
time.sleep(20)
sys.exit()
Its Printing a Space Before the username Do you know whats going wrong?
