/dual-monitor-wallpaper-stitcher

Utility script to stitch two images of the same aspect ratio into a single dual-monitor wallpaper.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Dual Monitor Wallpaper Stitcher

Installation

  • Optional: Create and activate a virtual environment.

  • Run pip install -r requirements.txt.

  • Execute the script.

Testing

  • Install pytest.

  • Yeah the tests aren't ready yet.

Usage

$ python dmws.py "left/image/path" "right/image/path" "output/image/path"

Note that if the specified output file exists, it will be overwritten.



---

Copyright © 2018 trk9001

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.