Mail templating and sending with Jupyter
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!
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!
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
python -m pypers create [path/to/page]
This project is MIT licensed.