Revision history of "Python Beautifier"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 13:38, 24 June 2024Heth (talk | contribs). . (165 bytes) (+165). . (Created page with "<source lang=python> pip install autopep8 autopep8 your_script.py # dry-run, only print autopep8 -i your_script.py # replace content </source> Category:Python")