Python Script

Sometimes, we all need a little general help.

Post Permalink
by Lithia » 8/9/2012

Hey peeps i am working on a Skin Stealing program in python BUT its not working ><

Here's the code

Spoiler
import time
import sys
import webbrowser

name = raw_input ('Insert Username here! ')
two = '.png'
handle = webbrowser.get()
handle.open('http://s3.amazonaws.com/MinecraftSkins/',name+two)
print 'http://s3.amazonaws.com/MinecraftSkins/',name+two
time.sleep(20)
sys.exit()


Its Printing a Space Before the username Do you know whats going wrong?
Image Image Image Image Image Image
Image
User avatar
Level 37
Artisan Pony
Posts: 212
Joined: 4/9/12
Location: South Australia
Says: Rawrz
Minecraft: nathanlol5
mc_server: Pezzcraft

Return to General Help