Skip to content

This little website will show you a random dog picture every time you reload it.

License

Notifications You must be signed in to change notification settings

Chewrs/random_dog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask random dog picture

This little website will show you a random dog picture every time you reload it.

Usage

You can try the website on this link.

You can try to make your own by follow the step below.

  1. clone this repository
git clone https://github.com/Chewrs/random_dog.git
  1. install all the library
 pip -r requirements.txt
 or
 pip3 -r requirements.txt
  1. you can adjust the API and Flask in flask_app.py, and the html in /templates/index.html

  2. host the website, you can host on whatever you want. But I use pythonanywhere by follow the tutorial video on YouTube

!! More information about this project will come soon !!

Credits :

Thanks to Dog API for the API, and Chat-GPT that helped me fix errors while coding.