[Demo on Github] Demo 1 Demo 2
A python script by which you can print text on your github commits timeline, the script can print at most 10 character in a Years timeline. Runs fully on the CLI and generates a standalone folder which you can add as your Repo.
Make sure you have GIT and Python3.6 or later installed.
- On MacOS.
python3 main.py
- On Windows.
python main.py
After running the main.py file, A new Folder named showoff
will be created and all the git commits will be inside that folder.
You can upload the showoff
folder to a Repository in your Github account and the github commit time line will be changed appropriately.
Try to push it directly from your terminal without making any new commits to your repository.
For any bugs or new features feel free to PR.