-
THE README FOR THIS PROGRAM IS ALSO GENERATED BY THE CODE ITSELF.
-
ADDS ARGUMENTS
-
FIND THE SIDE COMMENTS AND CREATE CONTENTS LIST
-
FORMAT THE FILE AND SAVE
-
MAIN FUNCTION
This program converts all the comments in your code to a README.md file and saves a lot of your time provided you write comments in your code. It is obvious how easy it is to actually generate the README.md file and save your time.Using the argparse module to get the file path. Note that to run the file
python main.py -p <path to file>
For now this program only supports python.
-
Initial file
-
Output file