-
Notifications
You must be signed in to change notification settings - Fork 0
Python Mailer : Wiki's
before you download the library, you should download python on your desktop, you should go to Python Download to download. after you have download python, you will go to setup pip. pip stands for "preferred installer program". after you installed PIP, you should download this all library. For the free documentation : Python MIMEBase Documentation,
colorama : To download colorama, you should type [in python prompt] pip install colorama. this will download automatically
pyfiglet : To download pyfiglet, you should type [in python prompt] pip install pyfiglet. this will download automatically
platform : To download platform, you should type [in python prompt] pip install platform. this will download automatically
smtp is automatically downloaded when you download python, but to activated the smtp server you need to use the following command
$ python -m smtpd -c DebuggingServer -n localhost:1025After you setup the smtp sever you is done, for os , time ,datetime is automatically downloaded when you start the python from the first time.
To run the program you can use the prompt or just click the start button if you use code editor,
im using VISUAL STUDIO CODE and i use CTRL + J to open the prompt, then type
py project.py