wanda


Namewanda JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/ksh-b/wanda
SummarySet wallpapers with keywords or randomly
upload_time2024-06-22 18:29:43
maintainerNone
docs_urlNone
authorkshib
requires_python<4.0,>=3.8
licenseMIT
keywords wallpaper reddit wallhaven earthview 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 [picsum](https://picsum.photos).
- 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)
- [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": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "wallpaper, reddit, wallhaven, earthview, termux",
    "author": "kshib",
    "author_email": "ksyko@pm.me",
    "download_url": "https://files.pythonhosted.org/packages/d0/39/e97f142121b8f628b1f871097f0a8c4ea1c8ee14b2e2d865407b14269721/wanda-1.0.0.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\n- By default, the source is [picsum](https://picsum.photos).\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- [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": "1.0.0",
    "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",
        " earthview",
        " termux"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c467aad4be8e46f3d002e7f7736132b169ba05abbb57a30875e69a785b1be51",
                "md5": "7fec2ba4a9d9ae29fa7936596fcd0c12",
                "sha256": "a4e75c4495930455573110aa59aaeabaf6c636e844f57741ff3feaf6e5582e0b"
            },
            "downloads": -1,
            "filename": "wanda-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7fec2ba4a9d9ae29fa7936596fcd0c12",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 22603,
            "upload_time": "2024-06-22T18:29:41",
            "upload_time_iso_8601": "2024-06-22T18:29:41.355737Z",
            "url": "https://files.pythonhosted.org/packages/0c/46/7aad4be8e46f3d002e7f7736132b169ba05abbb57a30875e69a785b1be51/wanda-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d039e97f142121b8f628b1f871097f0a8c4ea1c8ee14b2e2d865407b14269721",
                "md5": "fe66d57165e6de970cd7909a433d82b7",
                "sha256": "fdcf882fbedd1921514be91be229ab08b3c1a27af7a3a463b13eda72d5443067"
            },
            "downloads": -1,
            "filename": "wanda-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fe66d57165e6de970cd7909a433d82b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 62368,
            "upload_time": "2024-06-22T18:29:43",
            "upload_time_iso_8601": "2024-06-22T18:29:43.964748Z",
            "url": "https://files.pythonhosted.org/packages/d0/39/e97f142121b8f628b1f871097f0a8c4ea1c8ee14b2e2d865407b14269721/wanda-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-22 18:29:43",
    "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.25188s