A movie chooser that searches for the perfect movie for you just in time that you don't want to decide anything. Just relax and watch a good movie!
#Requiriments and depencies You'll need:
- Python 3.7.3
- Flask 1.1.2
- Requests 2.24.0
- BeautifulSoup 4.9.1
#Steps
- Install all the packages above
- Clone the repository
- Run the "movie_now.py":
- On windows
python movie_now.py
- On Linux:
python3 movie_now.py
- On windows
- Follow the intructions on terminal (Probably you will need open the local host on port 5000, Eg.: http://127.0.0.1:5000/)
- Try it!