Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 523 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 523 Bytes

GitHubPoster

image

A Tool to help you share Your GitHub Repos

Get Start

git clone https://github.com/L4Walk/GitHubPoster.git

cd GitHubPoster

# fill your own gihub token in .env
cp .env.template .env

# install requirements
pip install -r requirements.txt

# run
streamlit run .\home.py

Poster file will be save to GitHubPoster\outs\

Todo

  • More Beautiful Template
  • A Web Service(rebuild by vue)
  • Modular Template Creation