Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.78 KB

File metadata and controls

65 lines (43 loc) · 1.78 KB

💻 Pythonify (not yet)

Python is a code formatter for Python scripting language. It checks every line in the Python file and owing to that, it determines what this code is lack of readability, or PEP8 styling, and formats it.

  • PEP8 styling guide support.
  • Formats your code to make it more clear, and beautiful.
  • Uses Cython to interact with the hardware directly, rather Python itself.
  • Makes recommendations to you to make you write better code.
  • CLI Support

For short, with Pythonify you will be able to code better than ever.

CLI Support

With --pythonify, Pythonify can tell you the list of all the commands in Pythonify, and with a lot of examples!

Usage

Python Scripts

Suitable for all scripts that have written in Python scripting language.

Install with PIP
  1. Install the library (will come soon):

    $ pip install pythonify --user
  2. That's all you need to install the package!

    $ python pythonify.py
Install with Releases
  1. Install the last release that is suitable with your system. (will come soon):

  2. That's all you need to install the package!

    $ python pythonify.py

Code Quality

GitHub last commit GitHub GitHub code size in bytes