Skip to content

uf-cpe-capstone/NASA_Image_of_the_Day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

NASA Image of the Day Viewer

This Python script queries the NASA API to recieve a json response containing the URL, description, title, and other attributes for the image of the day.

You will need to obtain a NASA API key and store it in api_key.txt. This file is ignored by git.

Using the PIL library, the script scales the image, overlays text on top of it, and displays it.

This script is designed to work without an X server by using the /dev/fb* framebuffer device.

Dependencies

fbi, the Linux framebuffer image viewer Python modules subprocess, PIL, json, and requests

About

Python script to download, edit, and view the NASA image of the day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages