Search found 341 matches

First off, prerequisites for this are as follows:   Basic knowledge of Adobe Photoshop Nova Launcher – however, this may also work with other Launchers I have not used.     1. Grab a photo of whatever picture you want as an icon. 2. Open up your photo with Adobe Photoshop – under the menu bar click...
Just a simple code to learn from. It was one of my first to be written! print "Celsius to Fahrenheit converter.\n" #Options def menu(): conv = input("To convert C to F, type 1\nTo convert F to C, type 2\nTo end the program, type 3\n\nAwaiting command: ") if conv==1: CF() elif con...
This will download all public images in a Photobucket gallery. usage: just need to enter a directory for the images and a link to a Photobucket gallery. from sgmllib import SGMLParser import urllib, re, os dirs = [] pages = [] check = True total = 0 count = 0 length = 40 def mkdir(): global DLlocat...
There are LOTS of ways to send an email in Python. But to save time and to make things more simple, I will show you how to code a bomber using smtplib First of all, you need a gmail account. Go here Now that your gmail has been created, we need to open IDLE. Then we import smtplib Code: import smtpl...