desktopography

Desktopography command line


Keywords
desktopography, wallpapers
License
BSD-3-Clause
Install
pip install desktopography==1.3

Documentation

Desktopography command line

see http://www.desktopography.net

Usage

$ pip install desktopography
$ desktopography -h

TODO

  • Add more verbose documentation and docstrings
  • Add tests
  • Setup CI
  • Auto-detect screen size
  • Fix XDG support

Development

$ git clone https://gitlab.com/fbochu/desktopography.git
$ cd desktopography
$ python -m venv venv
$ . venv/bin/activate
$ flit install --deps=develop

Tests

$ prospector src/

Publishing

Change __version__ in src/desktopography/__init__.py then

$ flit build
$ flit publish