├── .gitignore ├── LICENSE ├── Management_sys.py └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rahul14singh/Managemet_sys_PyQt5_openpyxl/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rahul14singh/Managemet_sys_PyQt5_openpyxl/HEAD/LICENSE -------------------------------------------------------------------------------- /Management_sys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rahul14singh/Managemet_sys_PyQt5_openpyxl/HEAD/Management_sys.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rahul14singh/Managemet_sys_PyQt5_openpyxl/HEAD/README.md --------------------------------------------------------------------------------