# PhotoLM

## Why I made this
PhotoLM is a local-first photo editor built from an offline upstream photo editor source mirror.

Source mirror: https://gitflic.ru/project/photopea-v2/photopea-v-2

## Issues
If there are any issues, please let me know.

## How to use
1. Download the repository
1. Open a terminal
1. `cd` into the folder where you downloaded it
1. In the folder, type this: `python -m http.server 8080`
1. Open [http://localhost:8080](http://localhost:8080). It should load and you can use it like normal.

## Notes
If you want to download the fonts, just append `--fonts` to the Updater.py file.

## Related Projects
Note: These projects are not officially associated with this one
* [tim0-12432 desktop wrapper](https://github.com/tim0-12432/photopea) -- Electron wrapper for the upstream project
* [NFXT desktop wrapper](https://github.com/NFXT/Photopea-Desktop-App) -- Another Electron wrapper for the upstream project
