Manage students in real time using Python, MongoDB, and Tkinter. Easily create a standalone executable for your app!
Click the image above to watch the full walkthrough on YouTube!
- MongoDB Shell Download
- MongoDB Compass GUI Download
- MongoDB Cloud Portal
- Official MongoDB Shell Info
Install the required Python packages:
pip install tk
pip install pymongo
pip install PyInstallerWith Terminal Window:
python -m PyInstaller app.py --onefileWithout Terminal Window:
(If you want a GUI-only app, use .pyw extension)
python -m PyInstaller app.pyw --onefileRename your main file to app.pyw to avoid launching a terminal window.
- GitHub Project Repository
- The executable application (from the video) is also available in the repo—feel free to try it!
- Use
.png,.jpg, etc. for image sources. - Always provide full directory paths using double backslashes (
\\) in Windows. - For any installation or setup issues, reach out on Discord or Slack!
Created by HKS
- GitHub: StrendevIN
- LinkedIn: StrenDev
If you have any problems or questions, join our community!
