DanielcoderX / pyolink

Pyolink is Front page generator from GitHub repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyolink

Python HTML5 CSS3 Bootstrap Jinja GitHub

Pyolink is a front page generator from GitHub repositories.

Installation

Use the package manager pip to install the required dependencies for Pyolink.

pip install -r requirements.txt

Usage

To generate a front page for your GitHub repositories, run the following command:

python pyolink.py --username <GitHub username> --theme <theme name>
  • The --username option specifies your GitHub username. If not provided, it defaults to "DanielcoderX".
  • The --theme option specifies the theme to use for the front page. Currently, only the "first" theme is available. If not provided, it defaults to the "first" theme.

The generated front page will showcase your GitHub repositories in a visually appealing manner.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License.

TODO

  • Add more themes to enhance the customization options.
  • After adding a new theme, modify the src/themes.yaml file to include the new theme.

Feel free to explore the different themes and customize your front page to suit your personal style and preferences.

About

Pyolink is Front page generator from GitHub repositories

License:MIT License


Languages

Language:Python 50.9%Language:HTML 35.7%Language:CSS 13.4%