Skip to main content

This is an all in one package that helps you to do a lot of things like audio, video, networks, web, etc.

Project description

All In One

All In One is a package that allows the user to do lot of things regarding audio, video, networks, the web, external programs, mail, etc.



Installing the package

  • If on Windows, go to your CMD or PowerShell. If on Mac or Linux, go to your terminal.
  • Then, just type the following and hit Return

    pip install all_in_one
    
  • And you're all set! Just go to your code editor and import the package.



Code example on mailing to a friend :


# Importing the package
import all_in_one

# The mail content
message = """
Hey, dude!

I am able to send a mail through Python!

Your friend, 
X
"""

# Defining the Mailer Class
mailer = all_in_one.Mail()

# Setting the Mail Credentials
mailer.set_mail_creds("foomail@foowebsite.com", "foopassword")

# Sending the message
mailer.mail_to("mail.server.com", 495, "yourfriend@foo.com", "yourmail@foo.com", message)

Don't worry! More features are going to be added soon!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

all_in_one-0.0.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

all_in_one-0.0.1-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page