A very basic student management system program written with Python3. Here used PTable library for managing data and used some built-in python libraries like- os, time, sys, platform, csv etc for this program.
Login Page
Home Interface
Showing Database while empty
Adding new student
Showing database
python -m pip install -r requirements.txt
python sms.py
- Create SMS Program
- Complete add student function
- Add read/write functionality to a csv file
- Complete show student database function
- Complete search student function
- Add more necessary feature
- @mahbub3330 for the design pattern.
Contributions are very welcome, especially adding more features.
If you want to contribute, make sure your code is licensed under the GNU Public User License (like this project). Other than that, just open up an issue briefly describing the changes and create a pull request!