معرفی شرکت ها


cryptomailer-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A package to send and receive encrypted mails via Gmail.
ویژگی مقدار
سیستم عامل -
نام فایل cryptomailer-0.0.2
نام cryptomailer
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aditya Rajneesh Singh
ایمیل نویسنده adityarsingh17@gmail.com
آدرس صفحه اصلی https://github.com/AdityaSingh17/CryptoMailer
آدرس اینترنتی https://pypi.org/project/cryptomailer/
مجوز -
# CryptoMailer A package to send and receive encrypted emails via Gmail. Encryption and decryption are done with the help of **Keyword Cipher** algorithm. **NOTE:** Make sure to allow less secure app access for the Gmail account(s) that will be used to send/receive emails through this package. Provide less secure app access from [here](https://myaccount.google.com/lesssecureapps). ## Package Details PyPI link to package: https://pypi.org/project/cryptomailer/ ### Directory Structure: ``` CryptoMailer/ ├── cryptomailer │   ├── crypt.py │   ├── __init__.py │   ├── mailer_receive.py │   └── mailer_send.py ├── LICENSE ├── README.md └── setup.py ``` - `CryptoMailer`: [GitHub repository](https://github.com/AdityaSingh17/CryptoMailer). - `cryptomailer`: Package directory. - `cryptomailer/crypt.py`: Module used for encryption and description. - `cryptomailer/mailer_receive.py`: Module to receive emails. - `cryptomailer/mailer_send.py`: Module to send emails. - `setup.py`: File responsible to manage package. ### Using the package. View file [sample.py](https://github.com/AdityaSingh17/CryptoMailer/blob/master/sample.py) to understand how to import and run the package. Use the following command to run the send and receive emails using the package `cryptomailer`. ``` python3 sample.py ```


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl cryptomailer-0.0.2:

    pip install cryptomailer-0.0.2.whl


نصب پکیج tar.gz cryptomailer-0.0.2:

    pip install cryptomailer-0.0.2.tar.gz