Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iamliuzy/screenshot-and-send-email
- Owner: iamliuzy
- License: apache-2.0
- Created: 2024-06-30T15:51:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T16:14:57.000Z (5 months ago)
- Last Synced: 2024-08-03T17:33:13.118Z (5 months ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`