Student-Management-System

Real-Time Python Student Management System with MongoDB & Executable App

Manage students in real time using Python, MongoDB, and Tkinter. Easily create a standalone executable for your app!


Watch Demo Video

Watch the video

Click the image above to watch the full walkthrough on YouTube!


Download & Setup MongoDB


Requirements

Install the required Python packages:

pip install tk
pip install pymongo
pip install PyInstaller

Create Executable Application

With Terminal Window:

python -m PyInstaller app.py --onefile

Without Terminal Window:
(If you want a GUI-only app, use .pyw extension)

python -m PyInstaller app.pyw --onefile

Rename your main file to app.pyw to avoid launching a terminal window.



Notes & Tips


Credits

Created by HKS


Connect & Support


If you have any problems or questions, join our community!