pywal/README.md
2017-06-17 15:53:39 +10:00

11 lines
361 B
Markdown

# wal.py
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Build Status](https://travis-ci.org/dylanaraps/wal.py.svg?branch=master)](https://travis-ci.org/dylanaraps/wal.py)
A rewrite of `wal` in Python 3.
## Why?
I want to learn python and it'd be interesting to see if this ends up being faster than the bash version.