Simple program that generates a logo for your open source projects.
Project description
💠 Simple program that generates a logo for your open source projects 💠
Credits
I had the idea to create this project after seeing the logos made by adi1090x for his repositories. They were simple but gave a nice feel to his projects. I wanted a logo that gives the same energy, but didn't manage to find how he made them (most likely manually, with GIMP according the the exif data of the images). So I decided to make a program that would allow anyone to generate a cool and simple logo for their projects.
Usage
First, clone this repository
git clone https://github.com/SkwalExe/octo-logo
cd octo-logo
Then, install the dependencies
pip3 install -r requirements.txt
And finally, launch the program and follow the instructions
python3 src/main.py
Styles
Style 1 - First letters underlined
The number of letters to underline is customizable since version 2.0.0
Color schemes
Color scheme 1 - adi1090x's color scheme
Color scheme 2 - Cherry
Color scheme 3 - Midnight Abyss
Development
Please, open an issue if you have any suggestion or if you found a bug. I will try to fix it as soon as possible. If you want to contribute, open an empty pull request and explain what you want to do, wait for me to approve it and then you can start working on it.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.