Skip to content

MrTpat/pypi-easy-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-SMS

A simple Python package that allows you to send text messages to any number. Goal: Be extremely simple. The package requires your email credentials as it uses SSL to send the text messages.

USAGE

from messenger import Messenger
m = Messenger('email@gmail.com', 'password', 'smtp.gmail.com')
m.sendSMS('1234567890', 'this is a message')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages