wanda


Namewanda JSON
Version 0.63.1 PyPI version JSON
download
home_pagehttps://github.com/ksh-b/wanda
SummarySet wallpapers with keywords or randomly
upload_time2024-03-06 18:36:30
maintainer
docs_urlNone
authorkshib
requires_python>=3.8,<4.0
licenseMIT
keywords wallpaper reddit wallhaven unsplash termux
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wanda
Script to set wallpaper using keyword or randomly

[![PyPI](https://img.shields.io/pypi/v/wanda)](https://pypi.org/project/wanda/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/wanda)](https://pypistats.org/packages/wanda)
[![PyPI - License](https://img.shields.io/pypi/l/wanda)](https://tldrlegal.com/license/mit-license)

## Installation / Update
```
pip install wanda -U
```

On android (with termux):
Install [termux-api](https://github.com/termux/termux-api)
```
pkg up
pkg in clang pkg-config libxml2 libxslt libjpeg-turbo termux-api python
pip install cython lxml==5.0.0
pip install wanda -U
```

For issues installing pillow refer this [document](https://pillow.readthedocs.io/en/stable/installation.html)


## Usage
```
# Set randomly
wanda

# Set from a keyword 
wanda -t mountain

# Set from a source
wanda -s wallhaven

# Set from a source 
wanda -s wallhaven -t japan

# Set album covers
wanda -sm -t "Meltt-Love Again" -f

```
`wanda -h` for more details

## Notes
- By default, the source is [unsplash](https://unsplash.com).
- Some sources may have inapt images. Use them at your own risk.

## Supported sources

- [4chan](https://boards.4chan.org) via [Rozen Arcana](https://archive-media.palanq.win)
- [500px](https://500px.com)
- [artstation](https://artstation.com)
- [imgur](https://imgur.com) via [rimgo](https://rimgo.projectsegfau.lt)
- [earthview](https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh)
- generated
- local
- [musicbrainz](https://musicbrainz.org/) (Album covers)
- [picsum](https://picsum.photos)
- [reddit](https://reddit.com)
- [unsplash](https://unsplash.com)
- [wallhaven](https://wallhaven.cc)
- [waifu](https://www.waifu.im/)

## Build
[python](https://www.python.org/downloads) and [poetry](https://python-poetry.org) are needed
```
git clone https://github.com/ksh-b/wanda.git
cd wanda
poetry install
poetry build
poetry run wanda
```

## Uninstall
```
pip uninstall wanda
```

## License
MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ksh-b/wanda",
    "name": "wanda",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "wallpaper,reddit,wallhaven,unsplash,termux",
    "author": "kshib",
    "author_email": "ksyko@pm.me",
    "download_url": "https://files.pythonhosted.org/packages/6d/da/3ef10b90944b0e36f949990b9b9aef944baf0ab843c48c4dc3c73c4b3fa8/wanda-0.63.1.tar.gz",
    "platform": null,
    "description": "# wanda\nScript to set wallpaper using keyword or randomly\n\n[![PyPI](https://img.shields.io/pypi/v/wanda)](https://pypi.org/project/wanda/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/wanda)](https://pypistats.org/packages/wanda)\n[![PyPI - License](https://img.shields.io/pypi/l/wanda)](https://tldrlegal.com/license/mit-license)\n\n## Installation / Update\n```\npip install wanda -U\n```\n\nOn android (with termux):\nInstall [termux-api](https://github.com/termux/termux-api)\n```\npkg up\npkg in clang pkg-config libxml2 libxslt libjpeg-turbo termux-api python\npip install cython lxml==5.0.0\npip install wanda -U\n```\n\nFor issues installing pillow refer this [document](https://pillow.readthedocs.io/en/stable/installation.html)\n\n\n## Usage\n```\n# Set randomly\nwanda\n\n# Set from a keyword \nwanda -t mountain\n\n# Set from a source\nwanda -s wallhaven\n\n# Set from a source \nwanda -s wallhaven -t japan\n\n# Set album covers\nwanda -sm -t \"Meltt-Love Again\" -f\n\n```\n`wanda -h` for more details\n\n## Notes\n- By default, the source is [unsplash](https://unsplash.com).\n- Some sources may have inapt images. Use them at your own risk.\n\n## Supported sources\n\n- [4chan](https://boards.4chan.org) via [Rozen Arcana](https://archive-media.palanq.win)\n- [500px](https://500px.com)\n- [artstation](https://artstation.com)\n- [imgur](https://imgur.com) via [rimgo](https://rimgo.projectsegfau.lt)\n- [earthview](https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh)\n- generated\n- local\n- [musicbrainz](https://musicbrainz.org/) (Album covers)\n- [picsum](https://picsum.photos)\n- [reddit](https://reddit.com)\n- [unsplash](https://unsplash.com)\n- [wallhaven](https://wallhaven.cc)\n- [waifu](https://www.waifu.im/)\n\n## Build\n[python](https://www.python.org/downloads) and [poetry](https://python-poetry.org) are needed\n```\ngit clone https://github.com/ksh-b/wanda.git\ncd wanda\npoetry install\npoetry build\npoetry run wanda\n```\n\n## Uninstall\n```\npip uninstall wanda\n```\n\n## License\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Set wallpapers with keywords or randomly",
    "version": "0.63.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/ksh-b/wanda/issues",
        "Homepage": "https://github.com/ksh-b/wanda",
        "Repository": "https://github.com/ksh-b/wanda"
    },
    "split_keywords": [
        "wallpaper",
        "reddit",
        "wallhaven",
        "unsplash",
        "termux"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69e7e4e88163454bb3c0bd79f178f3df768a897bd3c7e1d0239f13319b6ec2e5",
                "md5": "8915ed532225fa8c2dd4830399662081",
                "sha256": "8c98b9bfed432fede8a86381cbce7458ff0a075b162f722ca2b9968342682c6e"
            },
            "downloads": -1,
            "filename": "wanda-0.63.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8915ed532225fa8c2dd4830399662081",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 22700,
            "upload_time": "2024-03-06T18:36:27",
            "upload_time_iso_8601": "2024-03-06T18:36:27.763725Z",
            "url": "https://files.pythonhosted.org/packages/69/e7/e4e88163454bb3c0bd79f178f3df768a897bd3c7e1d0239f13319b6ec2e5/wanda-0.63.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dda3ef10b90944b0e36f949990b9b9aef944baf0ab843c48c4dc3c73c4b3fa8",
                "md5": "c5bdda688b0ea1dfade93cd082407629",
                "sha256": "f3ade37406cb199d2488b6a7e3010202946ee6ee3265feeced81bb7038a4bb1d"
            },
            "downloads": -1,
            "filename": "wanda-0.63.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c5bdda688b0ea1dfade93cd082407629",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 50487,
            "upload_time": "2024-03-06T18:36:30",
            "upload_time_iso_8601": "2024-03-06T18:36:30.009440Z",
            "url": "https://files.pythonhosted.org/packages/6d/da/3ef10b90944b0e36f949990b9b9aef944baf0ab843c48c4dc3c73c4b3fa8/wanda-0.63.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 18:36:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ksh-b",
    "github_project": "wanda",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wanda"
}
        
Elapsed time: 0.19487s