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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file all_in_one-0.0.1.tar.gz
.
File metadata
- Download URL: all_in_one-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad508eac412c38241051569d003a8ecc13c2ce02f0ed8af383a2023f3d765a68 |
|
MD5 | 81a0793974b7c96bd62c427015f8be35 |
|
BLAKE2b-256 | db97956d87af2a47f44de33dacaff9559681921bca8a26cdd8b2214fcd6389a5 |
File details
Details for the file all_in_one-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: all_in_one-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59b042748d86fcd63e813c48812e6e8f92fcb9e53d2712878968c6d3b95bee21 |
|
MD5 | 9ffe30e178b0bbef2d707d1734c4c830 |
|
BLAKE2b-256 | 4b0526b5a883cc25f41963420cd8cf3cf0e386c3834188de1f10b788ee578641 |