Like https://pym.dev/format but in your terminal
You install fguess with pip:
pip install fguessOr if you have uv installed:
uvx fguessThis project uses hatch.
To run the tests:
hatch testTo see code coverage:
hatch test --cover
hatch run cov-html
open htmlcov/index.htmlTo run the auto-formatter:
hatch fmtfguess is distributed under the terms of the MIT license.