Metadata-Version: 2.4
Name: rlstudio
Version: 1.0.0
Summary: RL Studio - Professional digital painting and concept art studio
Author-email: RetakJunior <retakjunior@users.noreply.github.com>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/RetakJunior/RL-Studio
Project-URL: Repository, https://github.com/RetakJunior/RL-Studio
Project-URL: Issues, https://github.com/RetakJunior/RL-Studio/issues
Keywords: painting,drawing,illustration,art,studio,rlstudio
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Raster-Based
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# RL Studio

**RL Studio** is a professional, high-performance desktop painting, concept art, and digital illustration application for Linux.

- **GitHub Repository**: [https://github.com/RetakJunior/RL-Studio](https://github.com/RetakJunior/RL-Studio)
- **Native File Format**: `.rls` (RL Studio Document)
- **Platform**: Linux (Standalone AppImage)

## Quick Start

### Running via AppImage
Download the standalone AppImage directly from GitHub Releases:
[https://github.com/RetakJunior/RL-Studio/releases](https://github.com/RetakJunior/RL-Studio/releases)

```bash
chmod +x RLStudio-x86_64.AppImage
./RLStudio-x86_64.AppImage
```

### Python CLI
```bash
pip install rlstudio
rlstudio
```
