kennethreitz-archive / White

The Black code formatter, but brighter (PEP8–inspired).

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to White

Renault Radio Code List
List of all security codes required to activate Renault car radios.
Stars: ✭ 88 (-26.67%)
Mutual labels:  code
Multi Object Tracking Paper List
Paper list and source code for multi-object-tracking
Stars: ✭ 1,508 (+1156.67%)
Mutual labels:  code
React Native Code Verification
❤️ Simple UI for pincode verification
Stars: ✭ 109 (-9.17%)
Mutual labels:  code
Devel Cover
Code coverage metrics for Perl
Stars: ✭ 91 (-24.17%)
Mutual labels:  code
Hid Examples
Examples to accompany the book "Haskell in Depth"
Stars: ✭ 96 (-20%)
Mutual labels:  code
Thimble.mozilla.org
UPDATE: This project is no longer maintained. Please check out Glitch.com instead.
Stars: ✭ 1,414 (+1078.33%)
Mutual labels:  code
The Python Standard Library By Example
《Python3 标准库》电子书和配套代码 "The Python Standard Library by Example" ebook and source code 一本又厚又全的讲解Python3标准库的书籍(1000多页)适合当作字典参考或者闲暇时慢慢阅读。
Stars: ✭ 74 (-38.33%)
Mutual labels:  code
Guide To Staying Productive
If you're looking for ways to stay motivated and focused, while still having fun, this guide is for you! Contributions and any kind of improvements are very welcome!
Stars: ✭ 116 (-3.33%)
Mutual labels:  code
Javascript Stringify
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
Stars: ✭ 98 (-18.33%)
Mutual labels:  code
Acme Assembly Vscode Template
A template for compiling 6502 assembly code with ACME in VSCode
Stars: ✭ 109 (-9.17%)
Mutual labels:  code
Sniprun
A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
Stars: ✭ 93 (-22.5%)
Mutual labels:  code
Body reconstruction references
Paper, dataset and code collection on human body reconstruction
Stars: ✭ 96 (-20%)
Mutual labels:  code
Code
code
Stars: ✭ 107 (-10.83%)
Mutual labels:  code
Carbon Api
Unofficial API for generating beautiful images of your source code using Carbon.
Stars: ✭ 89 (-25.83%)
Mutual labels:  code
Syntaxmeets
Syntaxmeets. Create rooms 🏠 Call your friends 👬🏼 Sip Chai, ☕ Chat, Create, and Code👨‍💻. A coding platform to code simultaneously 🚀 with your friends and design your algorithms on SyntaxPad.💫✨
Stars: ✭ 110 (-8.33%)
Mutual labels:  code
Cargo Crev
A cryptographically verifiable code review system for the cargo (Rust) package manager.
Stars: ✭ 1,268 (+956.67%)
Mutual labels:  code
Parsevip
解析VIP资源,解析出酷狗、QQ音乐、腾讯视频、人人视频的真实地址
Stars: ✭ 105 (-12.5%)
Mutual labels:  code
Quick uicode
generate unity ui code quickly by editor(通过编辑器快速生成ui代码)
Stars: ✭ 119 (-0.83%)
Mutual labels:  code
Bertqa Attention On Steroids
BertQA - Attention on Steroids
Stars: ✭ 112 (-6.67%)
Mutual labels:  code
Letters
Письма к студентам курса
Stars: ✭ 107 (-10.83%)
Mutual labels:  code

White: Black, but brighter (PEP8–inspired)

Black <https://github.com/ambv/black>_ is an amazing tool for auto–formatting Python code in a style that I prefer. I use it in all my projects.

It has one configuration option — to change its default line–length of 88 chars to, say, 79, like PEP8 <http://pep8.org>_ recommends.


That is exactly what white does. It invokes $ black --line-length 79 on your behalf.

Usage

::

$ white myapp.py
reformatted myapp.py

.. image:: http://share.kennethreitz.org/2L2m1U1A3m0L/Screen%20Shot%202018-03-15%20at%206.21.04%20AM.png

Installation

::

$ pipenv install white
✨🍰✨
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].