Pyolink is a front page generator from GitHub repositories.
Use the package manager pip to install the required dependencies for Pyolink.
pip install -r requirements.txtTo generate a front page for your GitHub repositories, run the following command:
python pyolink.py --username <GitHub username> --theme <theme name>- The
--usernameoption specifies your GitHub username. If not provided, it defaults to "DanielcoderX". - The
--themeoption 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.
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.
This project is licensed under the MIT License.
- Add more themes to enhance the customization options.
- After adding a new theme, modify the
src/themes.yamlfile to include the new theme.
Feel free to explore the different themes and customize your front page to suit your personal style and preferences.