An open API service indexing awesome lists of open source software.

https://github.com/utility-code/code_to_readme

Create README from comments
https://github.com/utility-code/code_to_readme

Last synced: 7 months ago
JSON representation

Create README from comments

Awesome Lists containing this project

README

          

# README
## Contents
1. THE README FOR THIS PROGRAM IS ALSO GENERATED BY THE CODE ITSELF.

2. ADDS ARGUMENTS

3. FIND THE SIDE COMMENTS AND CREATE CONTENTS LIST

4. FORMAT THE FILE AND SAVE

5. MAIN FUNCTION

## Docstrings
>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
```bash
python main.py -p
```
>For now this program only supports python.
## Side comments
- Initial file

- Output file

**GENERATED README**
![generatedoutput](output/gen.png)
**INITIAL CODE**
![initialcode](output/code.png)