Skip to main content

The apod package pretend to create a easy interface to interact with the apod web page. It can download the apod image of the day

Project description

APOD with python

Image by Wang Jin

Tests LICENSE commit

Do you love APOD images? This repo give you an easy interface to obtain this images from the source with python. Also, if you run an Ubuntu OS with Gnome 3, a python script can be used to automatically change your wallpaper to your favourite apod.


Instalation

The package is already public in PyPi. You can easily install with pip:

python3 -m pip install apod

APOD package

The apod package is based in two objects: ApodExplorer and ApodImageDownloader. The ApodExplorer make requests for apod server and obtain the image url.

import apod

explorer = apod.ApodExplorer()
http_status = explorer.make_http_request(year=2022, month=6, day=27)
image_url = explorer.check_for_images()

The other object is responsible to download the image and save it:

downloader = apod.ApodImageDownloader(image_url)
# Obtain PIL image
image = downloader.get_image()
# Download and save
downloader.save_image(path=<DIRPATH>, name=<FILENAME>)

Wallpaper script

If you want to use the automatic apod wallpaper script you must install the apod package and clone the repo:

git clone https://github.com/Juanki0396/APOD_wallpaper.git

The script is very easy to use. The ussual operation will be:

python3 apod_wallpaper.py --date <YEAR> <MONTH> <DAY> --dirpath <DOWNLOAD DIR>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apod-0.1.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

apod-0.1.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file apod-0.1.0.tar.gz.

File metadata

  • Download URL: apod-0.1.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.5

File hashes

Hashes for apod-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7f3d72087cdb74944c9a5ed3114ce781ceb25b5ee73593954be518b85fa6d97c
MD5 95a061237a57989e033b2b613579bf40
BLAKE2b-256 d83ee0bfe9ee316d3c907eb52d3436744ebb0b3697c78b59cb0f8e3e5255ba5b

See more details on using hashes here.

File details

Details for the file apod-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: apod-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.5

File hashes

Hashes for apod-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 180d936a0c1884b0244d328568bef915a5703f9fd3cf81f3e6cbbb073c997f91
MD5 5a7a62fc65f59f74f122ba1d346a1877
BLAKE2b-256 b536005145ff453c694d1bd30c4c8e2633b7fe2af2c2a954a5e97cdc10e3518e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page