mirror of
https://gitflic.ru/project/photopea-v2/photopea-v-2.git
synced 2025-08-17 00:46:27 +00:00
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
# Photopea Offline
|
|
|
|
## Why I made this
|
|
The creator of [Photopea](https://www.photopea.com/), a great free alternative to Photoshop, is not interested on making an offline version, so I took it upon myself to make it.
|
|
|
|
## 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 --directory www.photopea.com 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
|
|
* [https://github.com/tim0-12432/photopea](https://github.com/tim0-12432/photopea) -- Electron wrapper for the project
|
|
* [https://github.com/NFXT/Photopea-Desktop-App](https://github.com/NFXT/Photopea-Desktop-App) -- Another Electron wrapper for the project
|