├── .gitignore ├── LICENSE ├── README.md └── School_Management_System.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagargoswami2001/School-Management-System-Using-Python/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagargoswami2001/School-Management-System-Using-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagargoswami2001/School-Management-System-Using-Python/HEAD/README.md -------------------------------------------------------------------------------- /School_Management_System.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagargoswami2001/School-Management-System-Using-Python/HEAD/School_Management_System.py --------------------------------------------------------------------------------