No-comment is a python script that helps you clean up your source files for when they are ready to be presented to whomever.
There are files in the files
directory for you to test if you would like.
It is fairly simple
sudo apt install pipx
pipx install poetry
git clone https://github.com/codeneverdies/no-comment.git
cd no-comment
poetry install
orpip install -r requirements.txt
You may pass multiple files or one
poetry run python3 no-comment.py -f [PATH] ([PATH] [PATH])
Do all files in a directory
poetry run python3 no-comment.py -f files/*
Do multiple files
poetry run python3 no-comment.py -f files/game.c files/hello.go files/hello.js