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 pipxpipx install poetry
git clone https://github.com/codeneverdies/no-comment.gitcd no-commentpoetry installorpip 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