Skip to content

FelixLuciano/pypers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Pypers ๐Ÿ“ฐ

Mail templating and sending with Jupyter

Page example

VS Code workspace

This project was designed to be used as a Workspace for VS Code. So in addition to containing tools that will help the use, it is essential that Jupyter is used for VS Code for the tool to work!

Authentication

In order to send the pages by Gmail or fetch data from Google Sheets, Google Cloud credentials are required for authentication in this project.

See the Getting started with authentication for Google Cloud API. Then put your key at [PROJECT FOLDER]/credentials.json. and it's ready to use!

Install

pip install https://github.com/FelixLuciano/pypers/archive/refs/tags/1.0.0.tar.gz

You can also download the latest version (but not recommended) of the package and install it locally. Or directly:

pip install https://github.com/FelixLuciano/pypers/archive/main.tar.gz

Create a new page

python -m pypers create [path/to/page]

License

This project is MIT licensed.