Skip to content

donno2048/pybracket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pybracket

Add brackets and good semicolons to Python

Installation

From PyPI

On Linux

sudo pip3 install pybracket

On Windows

pip install pybracket

From GitHub

On Linux

sudo pip3 install git+https://github.com/donno2048/pybracket

On Windows

pip install git+https://github.com/donno2048/pybracket

Usage

See example.py (no need for anything except just running python3 example.py)

Or if you don't want the # coding: brackets at the beginning you could just run pybracket file.py or python3 -m pybracket file.py

P.S version 1.0.0 is more reliable and won't allow using # coding: brackets without pybracket file.py or python3 -m pybracket file.py, you should use it.