superpaper


Namesuperpaper JSON
Version 2.2.1 PyPI version JSON
download
home_pagehttps://github.com/hhannine/superpaper
SummaryCross-platform wallpaper manager that focuses on multi-monitor support. Features include ppi corrections, keyboard shortcuts, slideshow.
upload_time2022-12-20 19:30:52
maintainer
docs_urlNone
authorHenri Hänninen
requires_python
licenseMIT
keywords dual-monitor multi-monitor wallpaper background manager
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Superpaper

Superpaper is an advanced multi monitor wallpaper manager for **Linux** and **Windows** operating systems, with partial support (no hotkeys) for **MacOS**.

![](https://raw.githubusercontent.com/hhannine/Superpaper/branch-resources/readme-banner.jpg)
![](https://raw.githubusercontent.com/hhannine/Superpaper/branch-resources/gui-screenshot.png)

### Novel features include
- Advanced wallpaper spanning options
  - Pixel density correction
  - Bezel correction
  - Perspective correction
  - These are described in more detail on this [wiki page](https://github.com/hhannine/superpaper/wiki/Wallpaper-spanning-with-advanced-options:-what-the-pixel-density-and-perspective-corrections-are-about).
- Extensive Linux support!
  - Aims to support all desktop environments
  - Span wallpaper on KDE and XFCE!
- Cross-platform: works on Linux, MacOS, and Windows
  - MacOS needs testing and packaging

### Features in detail
- Set a single image across all displays
- Set different image on every display
- Span images on groups of displays: one image on laptop screen and another spanned on two external monitors, for example.
- **Pixel density correction**: span an image flawlessly across displays of different shapes and sizes!
- **Bezel correction**: let the image continuously span behind your bezels.
- **Perspective correction**: span the image even more flawlessly!
- Manual pixel offsets for fine-tuning
- Slideshow with configurable file order from local sources
- Add wallpapers one by one or a folder at a time (no subfolders)
- Command-line interface
- Run a script after wallpaper change: [example script](./example-script/run-after-wp-change.py)
- Tray applet for slideshow control
- Hotkey support for easy slideshow control (Only Linux and Windows)
- Align test tool to help fine tune your settings (Accessible only from GUI)

In the above banner photo you can see the PPI and bezel corrections in action. The left one is a 27" 4K display, and the right one is a 25" 1440p display.

Supported Linux desktop environments / window managers are:
- BSPWM (needs feh)
- Budgie
- Cinnamon
- Gnome
- i3 (needs feh)
- KDE
- LXDE & LXQt
- Mate
- Pantheon
- XFCE

and additionally there is support for
- supplying a [custom command](./docs/custom-command.md) to set the wallpaper

if support for your system of choice is not built-in.


### Support
If you find Superpaper useful please consider supporting its development:

- [Support via PayPal](https://www.paypal.me/superpaper/5)
- [Support via Github Sponsors](https://github.com/sponsors/hhannine)


## Installation

### Linux

An AppImage package is available on the [releases page](https://github.com/hhannine/superpaper/releases).  
The AppImage will run once you make it executable.

 For native, and other, installation options head over to: [installing on linux](./docs/installation-linux.md). System theme and icon integration can be better on the native (PyPI) installation.

### Windows 10 & 11

 A Windows installer and a portable package are available on the [releases page](https://github.com/hhannine/superpaper/releases).

### MacOS

 You must install the dependencies and run the project, see [development-macos](./docs/development-macos.md).


## Usage

You can either:

- Open Superpaper as a graphical application
  - First run opens help and wallpaper settings. Disable 'show help at start' to run Superpaper silently in the background.
  - Control Superpaper in the background from the tray menu or with hotkeys.
- Call it from the [command-line](./docs/cli-usage.md)
  - Perspectives cannot be configured or used through the CLI currently.


## Troubleshooting

If you run into issues and Superpaper closes unexpectedly, you can either:
- Enable logging in the Settings.
- Manually enable logging in the 'general_settings' file by setting 'logging=true'.
- Run Superpaper from the command-line with the switch '--debug' to get debugging prints.
```sh
superpaper --debug
#or
./Superpaper-2.0.2-x86_64.AppImage --debug
```
Check the logs and come create an issue!


## Known issues

For some common problems and solutions, check [Known issues](./docs/known-issues.md).


## License

Superpaper is published under the [MIT License](./LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hhannine/superpaper",
    "name": "superpaper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dual-monitor multi-monitor wallpaper background manager",
    "author": "Henri H\u00e4nninen",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0d/a3/507cd65a838abc877cd8e8dd1e5c4acb973857c77e9134996f010c8f1b54/superpaper-2.2.1.tar.gz",
    "platform": null,
    "description": "# Superpaper\n\nSuperpaper is an advanced multi monitor wallpaper manager for **Linux** and **Windows** operating systems, with partial support (no hotkeys) for **MacOS**.\n\n![](https://raw.githubusercontent.com/hhannine/Superpaper/branch-resources/readme-banner.jpg)\n![](https://raw.githubusercontent.com/hhannine/Superpaper/branch-resources/gui-screenshot.png)\n\n### Novel features include\n- Advanced wallpaper spanning options\n  - Pixel density correction\n  - Bezel correction\n  - Perspective correction\n  - These are described in more detail on this [wiki page](https://github.com/hhannine/superpaper/wiki/Wallpaper-spanning-with-advanced-options:-what-the-pixel-density-and-perspective-corrections-are-about).\n- Extensive Linux support!\n  - Aims to support all desktop environments\n  - Span wallpaper on KDE and XFCE!\n- Cross-platform: works on Linux, MacOS, and Windows\n  - MacOS needs testing and packaging\n\n### Features in detail\n- Set a single image across all displays\n- Set different image on every display\n- Span images on groups of displays: one image on laptop screen and another spanned on two external monitors, for example.\n- **Pixel density correction**: span an image flawlessly across displays of different shapes and sizes!\n- **Bezel correction**: let the image continuously span behind your bezels.\n- **Perspective correction**: span the image even more flawlessly!\n- Manual pixel offsets for fine-tuning\n- Slideshow with configurable file order from local sources\n- Add wallpapers one by one or a folder at a time (no subfolders)\n- Command-line interface\n- Run a script after wallpaper change: [example script](./example-script/run-after-wp-change.py)\n- Tray applet for slideshow control\n- Hotkey support for easy slideshow control (Only Linux and Windows)\n- Align test tool to help fine tune your settings (Accessible only from GUI)\n\nIn the above banner photo you can see the PPI and bezel corrections in action. The left one is a 27\" 4K display, and the right one is a 25\" 1440p display.\n\nSupported Linux desktop environments / window managers are:\n- BSPWM (needs feh)\n- Budgie\n- Cinnamon\n- Gnome\n- i3 (needs feh)\n- KDE\n- LXDE & LXQt\n- Mate\n- Pantheon\n- XFCE\n\nand additionally there is support for\n- supplying a [custom command](./docs/custom-command.md) to set the wallpaper\n\nif support for your system of choice is not built-in.\n\n\n### Support\nIf you find Superpaper useful please consider supporting its development:\n\n- [Support via PayPal](https://www.paypal.me/superpaper/5)\n- [Support via Github Sponsors](https://github.com/sponsors/hhannine)\n\n\n## Installation\n\n### Linux\n\nAn AppImage package is available on the [releases page](https://github.com/hhannine/superpaper/releases).  \nThe AppImage will run once you make it executable.\n\n For native, and other, installation options head over to: [installing on linux](./docs/installation-linux.md). System theme and icon integration can be better on the native (PyPI) installation.\n\n### Windows 10 & 11\n\n A Windows installer and a portable package are available on the [releases page](https://github.com/hhannine/superpaper/releases).\n\n### MacOS\n\n You must install the dependencies and run the project, see [development-macos](./docs/development-macos.md).\n\n\n## Usage\n\nYou can either:\n\n- Open Superpaper as a graphical application\n  - First run opens help and wallpaper settings. Disable 'show help at start' to run Superpaper silently in the background.\n  - Control Superpaper in the background from the tray menu or with hotkeys.\n- Call it from the [command-line](./docs/cli-usage.md)\n  - Perspectives cannot be configured or used through the CLI currently.\n\n\n## Troubleshooting\n\nIf you run into issues and Superpaper closes unexpectedly, you can either:\n- Enable logging in the Settings.\n- Manually enable logging in the 'general_settings' file by setting 'logging=true'.\n- Run Superpaper from the command-line with the switch '--debug' to get debugging prints.\n```sh\nsuperpaper --debug\n#or\n./Superpaper-2.0.2-x86_64.AppImage --debug\n```\nCheck the logs and come create an issue!\n\n\n## Known issues\n\nFor some common problems and solutions, check [Known issues](./docs/known-issues.md).\n\n\n## License\n\nSuperpaper is published under the [MIT License](./LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Cross-platform wallpaper manager that focuses on multi-monitor support. Features include ppi corrections, keyboard shortcuts, slideshow.",
    "version": "2.2.1",
    "split_keywords": [
        "dual-monitor",
        "multi-monitor",
        "wallpaper",
        "background",
        "manager"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "6f4add6bb19dd43794be71d139375b6f",
                "sha256": "fa89e4ddd3da344699a867a43698ee7c92ec1581bee7beb459bdd0c663188a78"
            },
            "downloads": -1,
            "filename": "superpaper-2.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f4add6bb19dd43794be71d139375b6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 287601,
            "upload_time": "2022-12-20T19:30:50",
            "upload_time_iso_8601": "2022-12-20T19:30:50.374572Z",
            "url": "https://files.pythonhosted.org/packages/ef/be/4458bbe46c5db294ac271d4dfbd00323f7b80dae4d3d0d9383426d4a6eca/superpaper-2.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e67d86a4b7e6588a2d722267b74b9167",
                "sha256": "dff72228c823098d737502f5fc93ebf8628dea2d8e13f5b05c647947c9f6a6b7"
            },
            "downloads": -1,
            "filename": "superpaper-2.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e67d86a4b7e6588a2d722267b74b9167",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 283111,
            "upload_time": "2022-12-20T19:30:52",
            "upload_time_iso_8601": "2022-12-20T19:30:52.293616Z",
            "url": "https://files.pythonhosted.org/packages/0d/a3/507cd65a838abc877cd8e8dd1e5c4acb973857c77e9134996f010c8f1b54/superpaper-2.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-20 19:30:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hhannine",
    "github_project": "superpaper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "superpaper"
}
        
Elapsed time: 0.02193s