Welcome to the Streamlit app that utilizes the Open OMDb API This project was created for a mini hackathon organized by Kevin Chromik.
cinequiz.540p.mp4
- User-friendly UI.
- Score System, but it resets everytime if you start a new quiz session.
- If the movie has a poster, it will display the poster in the question cards.
-
Clone the repository:
git clone https://github.com/mirixy/CineQuiz.git cd CineQuiz
-
Install dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py
-
Press the Start Button.
app.py
: Main file to run the Streamlit app.requirements.txt
: List of Python dependencies.
- Streamlit: Framework for creating interactive web applications.
- Open OMDb API
This project is licensed under the MIT License. See the LICENSE file for more details.
Special thanks to Kevin Chromik for organizing the mini hackathon.
If you have any questions or need further assistance, please feel free to contact any of the contributors.
Happy coding!