/PyManFlix

Template For Managing Movie Collections

Primary LanguageHTML

ManFlix

A Simple Movie Management Project

🚀 Demo

https://manflix.herokuapp.com/home

Project Screenshots:

🧐 Features

Here're some of the project's best features:

  • Simple GUI
  • Ad Free 😅
  • Easy To Use
  • No Buffer

🏃‍♀️ Steps To Run Locally

Make Sure You Are in Project's Root Directory!

Run Python in terminal using

python

Install the requirements:

pip install -r requirements.py

Then Follow These steps to create database.db

from manflix import db
db.create_all()
exit()

Run The App

python .\app.py