Metadata-Version: 2.4
Name: wlepmeister
Version: 4.33
Summary: Layer-based desktop graphics editor for posters, stickers, and simple brand assets.
Author-email: dawidnolove <dawpi007@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dnspython>=2.8.0
Requires-Dist: pillow>=12.0.0
Requires-Dist: pymongo>=4.17.0
Dynamic: license-file

<a id="readme-top"></a>

<div align="center">

#  WLEPMEISTER

**A Python desktop editor for composing graphics, posters, stickers, and simple brand assets with layers and cloud project support.**

<br />

[![Website](https://img.shields.io/badge/Website-Live-2ea44f?style=for-the-badge&logo=googlechrome&logoColor=white)](https://wlepmeister.great-site.net/)
[![Python](https://img.shields.io/badge/Python-3.x-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/)
[![Repo Size](https://img.shields.io/github/repo-size/dawidnolove/wlepmeister?style=for-the-badge&color=blue)](https://github.com/dawidnolove/wlepmeister)
[![Last Commit](https://img.shields.io/github/last-commit/dawidnolove/wlepmeister?style=for-the-badge)](https://github.com/dawidnolove/wlepmeister/commits/main)
[![Issues](https://img.shields.io/github/issues/dawidnolove/wlepmeister?style=for-the-badge)](https://github.com/dawidnolove/wlepmeister/issues)
[![Copyright](https://img.shields.io/badge/Copyright-2025-black?style=for-the-badge)](#license)

<br />

<a href="https://wlepmeister.great-site.net/"><strong>Open Live Website</strong></a>
&nbsp;&nbsp;•&nbsp;&nbsp;
<a href="https://github.com/dawidnolove/wlepmeister/issues">Report Bug</a>
&nbsp;&nbsp;•&nbsp;&nbsp;
<a href="https://github.com/dawidnolove/wlepmeister/issues">Request Feature</a>

</div>

---

## Execution



```txt
pip install -U wlepmeister
python -m wlepmeister
```

For cloud login and project sync, set `MONGO_URI` before launching the app. Without it, WlepMeister still opens locally and shows a clear message when account or cloud features are selected.


> [!TIP]
> Want to see the pitch deck immediately? Visit the live version: **[wlepmeister.great-site.net](https://wlepmeister.great-site.net/)**

---

## About

**WlepMeister** is a Python-based project created by [@dawidnolove](https://github.com/dawidnolove), [@Mi3dzi4n](https://github.com/Mi3dzi4n), and [@Kubiarek](https://github.com/Kubiarek).

It helps you create graphics, posters, stickers, and simple logos with movable imported images, layer controls, dark and light themes, and export to PNG, JPG, or SVG.
  
The repository contains a straightforward Python entry point located at:

```txt
src/main.py
