https://github.com/donno2048/pybracket
Add brackets and good semicolons to Python
https://github.com/donno2048/pybracket
brackets encoding python python3
Last synced: 4 months ago
JSON representation
Add brackets and good semicolons to Python
- Host: GitHub
- URL: https://github.com/donno2048/pybracket
- Owner: donno2048
- License: mit
- Created: 2022-08-23T17:12:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T15:51:31.000Z (about 2 years ago)
- Last Synced: 2025-09-03T23:41:18.265Z (6 months ago)
- Topics: brackets, encoding, python, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pybracket
Add brackets and good semicolons to Python
## Installation
### From PyPI
#### On Linux
```sh
sudo pip3 install pybracket
```
#### On Windows
```bat
pip install pybracket
```
### From GitHub
#### On Linux
```sh
sudo pip3 install git+https://github.com/donno2048/pybracket
```
#### On Windows
```bat
pip install git+https://github.com/donno2048/pybracket
```
## Usage
See [example.py](https://github.com/donno2048/pybracket/blob/master/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.