Skip to content

chiricoiu/pyapod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyapod

A PyQt interface of the popular Astronomy Picture Of the Day website posting photos & videos of Space everyday since 1995.

Gui_screenshot

How to setup

  1. Clone the repo and cd into it
  2. Activate your virtual environment
  3. install the dependencies :
    pip install -r requirements.txt
    
  4. You need to generate your own NASA api key
  5. Paste it into api_key.json at the root of the repo
    {
        "api_key": "YOUR_KEY_GOES_THERE"
    }
    

Contributing

License

MIT License

About

Program that uses NASA's APOD api (Astrology Picture Of the Day), developed in Python and PyQt5

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages