GithubHelp home page GithubHelp logo

anlbora / movielibrary Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 49 KB

This is a movie, director and user mangement program for admins.

License: MIT License

Python 100.00%
admin-panel movie-database pyqt5 python qtdesigner sqlite3

movielibrary's Introduction

Movie Management Program

Overview

The Movie Management Program is a PyQt5-based desktop application designed to manage and organize information about movies, directors, and user accounts to be used by admins. It provides functionalities for adding, editing, deleting, and viewing movie details, director details, and user account information. The program utilizes an SQLite database to store and manage data.

Features

Login Page

  • Log In

  • Sign Up

  • Reset Password

  • Delete Account

  • 11

    Log In page is the starting page which has Log In, Sign Up, Reset Password and Delete Account areas by connecting the SQLite. create_tables method creates neccessary database called MovieDatabase tables for USERS, DIRECTORS and MOVIES. There are various methods attached buttons which have their explanations in the code. All methods have exception handling not to break down the program.

    12

    13

AdminPanel

Admin panel lets the admin do various types of actions on Users, Movies and Directors such as View, Add, Update and Delete. Admin Panel's methods have their own explanations in the code. All methods have exception handling not to break down the program.

16

User Management

  • View All Users: Displays a comprehensive list of all registered users. 14
  • Add Users: Enables the addition of new user accounts.
  • Update Users: Allows modification of existing user information.
  • Delete Users: Facilitates the removal of user accounts after authentication.

Director Management

  • View All Directors: Presents a list of all registered directors.
  • Add Directors: Allows the addition of new director profiles.
  • Update Directors: Permits updates to existing director details.
  • Delete Directors: Enables the deletion of director profiles from the database.

Movie Management

  • View All Movies: Displays a table containing information on all movies in the database.
  • Add Movies: Facilitates the addition of new movie entries.
  • Update Movies: Allows modifications to existing movie details.
  • Delete Movies: Permits the removal of movies from the database

Requirements

  • Python
  • PyQt5
  • SQLite3

Installation

  1. Clone the repository:
  1. Navigate to the project directory:
  • cd movieLibrary
  1. Install the required dependencies:
  • pip install -r requirements.txt
  1. Run the application:
  • python main.py

Usage

  1. Launch the application by running main.py.
  2. Sign up for a new account or log in with an existing account.
  3. Use the respective buttons in the AdminPanel to manage movies, directors, and user accounts.

movielibrary's People

Contributors

anlbora avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.