- This script can be used to update README.md file when there is a new project added to the repository automatically with just a single execution.
- Getting all the list of directories in the current working directory.
- Creating the README.md file
- Adding all the directory name to README.md and linking to its location.
- Place the
updateREADME.py
script inside the directory where all the project folders exist - Update the Header you wanted.
- Run the below scripts using
python updateREADME.py
here is a demo where updateREADME.py is executed in scripts folder.
Sirish C
Happy coding 🤟