https://github.com/hackjutsu/imagestyler
https://github.com/hackjutsu/imagestyler
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackjutsu/imagestyler
- Owner: hackjutsu
- Created: 2023-11-05T20:25:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T00:26:04.000Z (over 2 years ago)
- Last Synced: 2025-06-02T19:19:46.929Z (11 months ago)
- Language: Python
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Styler
Install [virtualenv](https://gist.github.com/frfahim/73c0fad6350332cef7a653bcd762f08d) in your local environment.
```bash
virtualenv env
source env/bin/activate # macOS
deactivate
```
```bash
pip install -r requirements.txt # install dependencies from requirements.txt
pip freeze > requirements.txt
```
