Skip to content

SkwalExe/octo-logo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’  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.