Metadata-Version: 2.1
Name: octologo
Version: 3.0.2
Summary: Simple program that generates a logo for your open source projects.
Author-email: Leopold Koprivnik <skwal@etik.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: pillow>=10.2.0
Requires-Dist: inquirer>=3.2.4
Requires-Dist: toml>=0.10.2
Requires-Dist: textual>=0.38.1
Requires-Dist: click-extra>=4.7.2
Requires-Dist: loguru>=0.7.2
Project-URL: Home, https://github.com/SkwalExe/octo-logo

<p align="center">
  <img src="https://raw.githubusercontent.com/SkwalExe/octo-logo/main/assets/logo.png">
</p>

<p align="center">
  <img src="https://img.shields.io/github/license/SkwalExe/octo-logo?style=for-the-badge">
  <img src="https://img.shields.io/github/stars/SkwalExe/octo-logo?style=for-the-badge">
  <img src="https://img.shields.io/github/issues/SkwalExe/octo-logo?color=blueviolet&style=for-the-badge">
  <img src="https://img.shields.io/github/forks/SkwalExe/octo-logo?color=teal&style=for-the-badge">
  <img src="https://img.shields.io/github/issues-pr/SkwalExe/octo-logo?color=tomato&style=for-the-badge">

</p>

<p align="center">💠 Simple logos for complex projects. 💠</p>

# Documentation

[**--> Please head over to our documentation for more information! <--**](https://octologo.skwal.net)

# How to install 📥

You can install octologo easily with pip:

```bash
pip install octologo
```

You can also use [pipx](https://pypa.github.io/pipx/):

```bash
pipx install octologo
```

Now, start the app with the `octologo` command.

# Contributing 🤝

**For contribution instructions, take a look at the `contributing` section of [our documentation](https://octologo.skwal.net/understanding-the-project.html).**

