Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Take a screenshot and send it to the designated email address.
https://github.com/iamliuzy/screenshot-and-send-email

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# screenshot-and-send-email

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

## Build

### Clone the project:
```bash
git clone https://github.com/iamliuzy/screenshot-and-send-email.git
```
or use github cli:
```bash
gh repo clone iamliuzy/screenshot-and-send-email
```

### Install requirements and nuitka

```bash
pip install -r requirements.txt
pip install nuitka
```

### Build

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

### Run

```bash
./build.dist/main.exe
```
This program has no ommand line output. Logs will be saved in `latest.log`