4 projects
muthu-flake8-fixer
Stop fixing flake8 errors by hand. muthu-flake8-fixer automatically detects and repairs common PEP8 and flake8 violations — safely — using a 3-phase pipeline: pycodestyle check → autopep8 formatting → AST-validated flake8 fixes. Every fix is syntax-checked with Python's ast module. If a change breaks your code, it is automatically reverted. Zero risk. Zero manual review for supported error codes.
timed-prompt
Cross-platform input/getpass prompt with real timeout (Windows/Linux/macOS)
pythreadkiller
A utility to manage and kill threads in Python applications
muthu-pyformatter
Python Code Quality Utility with pycodestyle + autopep8 (120-character rule)