Skip to content

Makes your Python code more readable, more gentle.. For short, more "Pythonic"

License

Notifications You must be signed in to change notification settings

furkanesenn/pythonify

Repository files navigation

💻 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

About

Makes your Python code more readable, more gentle.. For short, more "Pythonic"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages