Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.2 KB

About The Project

Hello World dark Screenshot GitHub Commits Timeline Screenshot GitHub Commits Timeline Screenshot

[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.

Prerequisites

Make sure you have GIT and Python3.6 or later installed.

Usage

  • 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.

Bugs

For any bugs or new features feel free to PR.