A simple python system with registration and login system. User can edit their own data by loggin in.
Displays only simple personal information about the person such as Name, Date of Birth, etc...
This repository contains 2 branches, the main branch contains the executable file, and the source contains the code files used to build the project.
Cloning project source code:
git clone https://github.com/khianvictorycalderon/Information-Management-System.git
NOTICE:
It is recommended that the executable ".exe" file has admin rights in some PC to run properly.
Requirements:
- Python
- Tkinter
- Openpyxl
Installing necessary libraries:
- Openpyxl:
pip install openpyxl