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!
Install the required Python packages:
pip install tk
pip install pymongo
pip install PyInstaller
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.
.png, .jpg, etc. for image sources.\\) in Windows.Created by HKS
If you have any problems or questions, join our community!