https://github.com/stav/snapgrid
Project snapshots
https://github.com/stav/snapgrid
Last synced: 8 months ago
JSON representation
Project snapshots
- Host: GitHub
- URL: https://github.com/stav/snapgrid
- Owner: stav
- Created: 2025-04-18T03:00:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-07T17:37:37.000Z (about 1 year ago)
- Last Synced: 2025-10-09T11:51:51.323Z (8 months ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnapGrid
*Project snapshots*
## Features
- The url field only accepts a domain name
- image size is hard-coded to 800 pixels
## Setup
1. Create a virtual environment (recommended):
```bash
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Run the application:
```bash
python main.py
```
## Usage
The URL can have a space in it which then will use the later portion
for the filename.
The application will be available at http://localhost:5001