Skip to content

iamliuzy/screenshot-and-send-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published