Skip to content

🌱 A community garden over the Gemini protocol

License

Notifications You must be signed in to change notification settings

bjornwarmedal/astrobotany

 
 

Repository files navigation

Astrobotany

Astrobotany Code style: black

A community garden over the gemini protocol. Fork of jifunks/botany.

Astrobotany


🌱 • 🛰️ • 🌷 • 🐝 • 🚀 • 🌵 • 👩‍🚀 gemini://astrobotany.mozz.us (http proxy) 🥕 • 🔭 • 🌺 • 👩‍🔬 • 🌍 • 👨‍🌾 • 🌧️


Getting Started

(requires python 3.7+)

# Setup a fresh virtual environment
git clone [email protected]:michael-lazar/astrobotany.git
cd astrobotany
python -m virtualenv venv
source venv/bin/activate

# Install astrobotany in "edit" mode
pip install -e .

# Launch the gemini server
python main.py

Art

Playscii

I use a forked version of the playscii ASCII art program to generate the .psci files:

https://github.com/michael-lazar/playscii

Botany's original art files were imported using the following settings:

  • palette: 240-ansi (generated using this script)
  • charset: dos (of which 7-bit US ASCII is a subset)

While colorizing the images, I maintained a few common colors between plants:

Color Code Usage
0 background
80 soil
133 primary flower color
199 secondary flower color

About

🌱 A community garden over the Gemini protocol

gemini://astrobotany.mozz.us

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%