freshpaper_fixed


Namefreshpaper_fixed JSON
Version 1.2.4 PyPI version JSON
download
home_pagehttps://github.com/z7z8th/freshpaper
SummaryProgram to automatically set Bing's `Photo of the day`, NASA, NAT_Geo or Unsplash_Random as your Desktop's wallpaper.
upload_time2024-03-04 09:22:50
maintainer
docs_urlNone
authorRohit Gupta
requires_python>=3.6,<4.0
licenseBSD-3-Clause
keywords wallpaper changer wallpaper bing bing wallpaper nasa-apod
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. -*-restructuredtext-*-

freshpaper
==========

.. image:: https://img.shields.io/pypi/v/freshpaper.svg
    :target: https://pypi.python.org/pypi/freshpaper
    :alt: PyPi version

.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fguptarohit%2Ffreshpaper.svg?type=shield
    :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fguptarohit%2Ffreshpaper?ref=badge_shield
    :alt: FOSSA Status

.. image:: https://img.shields.io/pypi/l/freshpaper.svg
    :target: https://github.com/guptarohit/freshpaper/blob/master/LICENSE
    :alt: License

.. image:: https://pepy.tech/badge/freshpaper
    :target: https://pepy.tech/project/freshpaper
    :alt: Downloads

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black
    :alt: Code style: black

freshpaper automatically sets `Bing <https://www.bing.com/>`_ photo of the day or `NASA-APOD <https://apod.nasa.gov/apod/astropix.html/>`_ or `Random Unsplash photo <https://source.unsplash.com>`_ or `Nat Geo - Photo of the Day <https://www.nationalgeographic.com/photography/photo-of-the-day/>`_ as your desktop's wallpaper. Available for Windows, macOS & Linux.


Installation
------------

::

    $ pip install freshpaper_fixed

Update to latest release:

::

    $ pip install -U freshpaper_fixed


Usage
------

To update the wallpaper simply run:

::

    $ freshpaper

The default source of wallpaper is ``bing``. Available sources: ``bing``, ``nasa``, ``unsplash_random``, ``nat_geo``.

To change the source of the wallpaper, run:

::

    $ freshpaper --source <source_name>
    
Help command of cli utility:

::

    $ freshpaper --help
    Usage: freshpaper [OPTIONS] COMMAND [ARGS]...

    Options:
      --source [bing|nasa|unsplash_random|nat_geo]  Source for setting the wallpaper.
      --help           Show this message and exit.

Contributing
------------

Feel free to make a pull request! :octocat:

If you found this useful, I'd appreciate your consideration in the below. ✨🍰

.. image:: https://user-images.githubusercontent.com/7895001/52529389-e2da5280-2d16-11e9-924c-4fe3f309c780.png
    :target: https://www.buymeacoffee.com/rohitgupta
    :alt: Buy Me A Coffee

.. image:: https://user-images.githubusercontent.com/7895001/52529390-e8379d00-2d16-11e9-913b-4d09db90403f.png
    :target: https://www.patreon.com/bePatron?u=14009502
    :alt: Become a Patron!


License
-------

.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fguptarohit%2Ffreshpaper.svg?type=large
    :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fguptarohit%2Ffreshpaper?ref=badge_large
    :alt: FOSSA Status

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/z7z8th/freshpaper",
    "name": "freshpaper_fixed",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "wallpaper changer,wallpaper,bing,bing wallpaper,nasa-apod",
    "author": "Rohit Gupta",
    "author_email": "rohitgtech+git@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/af/f766526650e2c28e58594861178822ecf732dadd1c41b7c2828da8070143/freshpaper_fixed-1.2.4.tar.gz",
    "platform": null,
    "description": ".. -*-restructuredtext-*-\n\nfreshpaper\n==========\n\n.. image:: https://img.shields.io/pypi/v/freshpaper.svg\n    :target: https://pypi.python.org/pypi/freshpaper\n    :alt: PyPi version\n\n.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fguptarohit%2Ffreshpaper.svg?type=shield\n    :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fguptarohit%2Ffreshpaper?ref=badge_shield\n    :alt: FOSSA Status\n\n.. image:: https://img.shields.io/pypi/l/freshpaper.svg\n    :target: https://github.com/guptarohit/freshpaper/blob/master/LICENSE\n    :alt: License\n\n.. image:: https://pepy.tech/badge/freshpaper\n    :target: https://pepy.tech/project/freshpaper\n    :alt: Downloads\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n    :alt: Code style: black\n\nfreshpaper automatically sets `Bing <https://www.bing.com/>`_ photo of the day or `NASA-APOD <https://apod.nasa.gov/apod/astropix.html/>`_ or `Random Unsplash photo <https://source.unsplash.com>`_ or `Nat Geo - Photo of the Day <https://www.nationalgeographic.com/photography/photo-of-the-day/>`_ as your desktop's wallpaper. Available for Windows, macOS & Linux.\n\n\nInstallation\n------------\n\n::\n\n    $ pip install freshpaper_fixed\n\nUpdate to latest release:\n\n::\n\n    $ pip install -U freshpaper_fixed\n\n\nUsage\n------\n\nTo update the wallpaper simply run:\n\n::\n\n    $ freshpaper\n\nThe default source of wallpaper is ``bing``. Available sources: ``bing``, ``nasa``, ``unsplash_random``, ``nat_geo``.\n\nTo change the source of the wallpaper, run:\n\n::\n\n    $ freshpaper --source <source_name>\n    \nHelp command of cli utility:\n\n::\n\n    $ freshpaper --help\n    Usage: freshpaper [OPTIONS] COMMAND [ARGS]...\n\n    Options:\n      --source [bing|nasa|unsplash_random|nat_geo]  Source for setting the wallpaper.\n      --help           Show this message and exit.\n\nContributing\n------------\n\nFeel free to make a pull request! :octocat:\n\nIf you found this useful, I'd appreciate your consideration in the below. \u2728\ud83c\udf70\n\n.. image:: https://user-images.githubusercontent.com/7895001/52529389-e2da5280-2d16-11e9-924c-4fe3f309c780.png\n    :target: https://www.buymeacoffee.com/rohitgupta\n    :alt: Buy Me A Coffee\n\n.. image:: https://user-images.githubusercontent.com/7895001/52529390-e8379d00-2d16-11e9-913b-4d09db90403f.png\n    :target: https://www.patreon.com/bePatron?u=14009502\n    :alt: Become a Patron!\n\n\nLicense\n-------\n\n.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fguptarohit%2Ffreshpaper.svg?type=large\n    :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fguptarohit%2Ffreshpaper?ref=badge_large\n    :alt: FOSSA Status\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Program to automatically set Bing's `Photo of the day`, NASA, NAT_Geo or Unsplash_Random as your Desktop's wallpaper.",
    "version": "1.2.4",
    "project_urls": {
        "Homepage": "https://github.com/z7z8th/freshpaper",
        "Repository": "https://github.com/z7z8th/freshpaper"
    },
    "split_keywords": [
        "wallpaper changer",
        "wallpaper",
        "bing",
        "bing wallpaper",
        "nasa-apod"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85aa37929e62865c2f1e929793c0e182e132ce653553aea1af93ec3a9042300a",
                "md5": "8888bdd42682c7af15fbed88bf69f1ac",
                "sha256": "ba61aa2c0fdd595dc2c4e6cd611c1d06e57ff043727303c153172a73ba677637"
            },
            "downloads": -1,
            "filename": "freshpaper_fixed-1.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8888bdd42682c7af15fbed88bf69f1ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 7431,
            "upload_time": "2024-03-04T09:22:46",
            "upload_time_iso_8601": "2024-03-04T09:22:46.653586Z",
            "url": "https://files.pythonhosted.org/packages/85/aa/37929e62865c2f1e929793c0e182e132ce653553aea1af93ec3a9042300a/freshpaper_fixed-1.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbaff766526650e2c28e58594861178822ecf732dadd1c41b7c2828da8070143",
                "md5": "9e2c36bb8e9b414337159245acc4ba8d",
                "sha256": "bb610293a89eec4aefbadfccde330eb3a562cc6b911c7d5258508185bf0cefab"
            },
            "downloads": -1,
            "filename": "freshpaper_fixed-1.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "9e2c36bb8e9b414337159245acc4ba8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 5919,
            "upload_time": "2024-03-04T09:22:50",
            "upload_time_iso_8601": "2024-03-04T09:22:50.754285Z",
            "url": "https://files.pythonhosted.org/packages/fb/af/f766526650e2c28e58594861178822ecf732dadd1c41b7c2828da8070143/freshpaper_fixed-1.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 09:22:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "z7z8th",
    "github_project": "freshpaper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "freshpaper_fixed"
}
        
Elapsed time: 0.20472s