Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 622 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 622 Bytes

screenshot-and-send-email

Take a screenshot and send it to the designated email address.

Build

Clone the project:

git clone https://github.com/iamliuzy/screenshot-and-send-email.git

or use github cli:

gh repo clone iamliuzy/screenshot-and-send-email

Install requirements and nuitka

pip install -r requirements.txt
pip install nuitka

Build

nuitka main.py --standalone --include-data-file=./config.toml=config.toml --disable-console

Run

./build.dist/main.exe

This program has no ommand line output. Logs will be saved in latest.log