https://github.com/danielcoderx/pyolink
Pyolink is Front page generator from GitHub repositories
https://github.com/danielcoderx/pyolink
Last synced: 12 months ago
JSON representation
Pyolink is Front page generator from GitHub repositories
- Host: GitHub
- URL: https://github.com/danielcoderx/pyolink
- Owner: DanielcoderX
- License: mit
- Created: 2022-08-25T16:41:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T15:13:46.000Z (over 2 years ago)
- Last Synced: 2025-03-28T17:47:53.284Z (about 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pyolink






Pyolink is a front page generator from GitHub repositories.
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required dependencies for Pyolink.
```bash
pip install -r requirements.txt
```
## Usage
To generate a front page for your GitHub repositories, run the following command:
```bash
python pyolink.py --username --theme
```
- 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](https://choosealicense.com/licenses/mit/).
## 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.