Reyshawn /
FanpieFilmFeed
π¬A fully complete FanpieFilm podcast rss feed with detailed shownotes.
34/100 healthLoading repository dataβ¦
RohitKhobare / repository
π¬ A complete Movie Ticket Booking System DBMS mini project built using Python (Tkinter + CustomTkinter) and MySQL, featuring modern UI, responsive design, and full CRUD operations.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A complete Database Management System (DBMS) mini-project for managing online movie ticket bookings.
Built using Python (Tkinter / CustomTkinter) for the frontend and MySQL for the backend.
DBMS-Movie-Ticket-Booking-System/
β
βββ backend.py # Handles all database operations (insert, delete, update, fetch)
βββ frontend_customtk.py # Modern CustomTkinter GUI (modern, responsive interface)
βββ frontend_tkinter.py # Classic Tkinter version (basic interface)
βββ database.sql # SQL script to create necessary tables
βββ requirements.txt # Python dependencies list
βββ README.md # Project documentation (you are here)
| Component | Recommended Version |
|---|---|
| Python | 3.10 or above |
| MySQL | 8.0+ |
| pip | Latest |
| Tkinter / CustomTkinter | Latest |
| VS Code / PyCharm | Optional (for editing) |
Run the following commands to install all required modules:
pip install mysql-connector-python
pip install customtkinter
pip install pillow
CREATE DATABASE movie_ticket_db;
USE movie_ticket_db;
database.sql) to create all required tables.backend.py:
mydb = mysql.connector.connect(
host="localhost",
user="root",
password="your_password",
database="movie_ticket_db"
)
python frontend_customtk.py
This launches the modern, responsive GUI made using
customtkinter.
python frontend_tkinter.py
This version is simpler and uses native Tkinter widgets.
| Layer | Technology |
|---|---|
| Frontend | Python (Tkinter / CustomTkinter) |
| Backend | MySQL Database |
| Language | Python 3 |
| Database Connector | mysql-connector-python |
| Styling | CustomTkinter themes and images |
Add screenshots of your UI here (e.g., main window, booking form, etc.)
Example structure:
screenshots/
βββ home_page.png
βββ booking_page.png
βββ view_bookings.png
Project Title: Movie Ticket Booking System
Developed by: [Your Name / Team Name]
Department: Computer Science (DBMS Mini Project)
Year: 2025
This project is open-source and available for educational use.
Feel free to modify and improve it!
β If you like this project, give it a star and share it with your classmates!
Selected from shared topics, language and repository descriptionβnot editorial ratings.
Reyshawn /
π¬A fully complete FanpieFilm podcast rss feed with detailed shownotes.
34/100 healthatharmshaikh /
π¬ A fast and modern Streamlit-based Movie Recommendation System with intelligent search, fuzzy suggestions, auto-complete, and clean UI. Built using Python, Pandas, Scikit-learn, and Streamlit. Supports user input with real-time recommendations and typo correction.
44/100 healthcodebyfahadaziz /
π¬ Lights, Cameraβ¦ Recommendations! πΏ This Movie Recommendation System is an interactive web app that helps you discover new movies based on what you already love. Built with Python and Streamlit, it instantly suggests five similar movies when you select a title β complete with official posters fetched live from The Movie Database (TMDB) API.
codebyfahadaziz /
π¬ Lights, Cameraβ¦ Recommendations! πΏ This Movie Recommendation System is an interactive web app that helps you discover new movies based on what you already love. Built with Python and Streamlit, it instantly suggests five similar movies when you select a title β complete with official posters fetched live from The Movie Database (TMDB) API.
34/100 healthBaludesineti /
I recently completed an end-to-end Box Office Data Analysis Project using PySpark & Spark SQL, Pandas, focusing on large-scale data processing, transformation, and analytical insights. π¬π
42/100 healthavraniel /
π¬ YouTube Downloader Pro - A complete, feature-rich YouTube downloader with modern GUI β¨ Supports up to 4K video and MP3 audio π Standalone EXE available - no Python installation required!...
42/100 health