Skip to content

JessyJP/PythonAutoEndComment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Add End Comments to Python Files

This Python script takes one or more Python files as input and adds #end comments to the end of code blocks such as if statements, loops, and functions.

Requirements

  • Python 3.6 or higher

Usage

Run the script from the command line, providing one or more input file paths as arguments:

python auto_end_comment_python_script.py <file1> [<file2> ...]

TODO

[ ] Improve inline block recognition where an ending tag is unnecessary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages