- Python 3.x installed on your system
Make sure the following files are in the same directory:
library_system.pyβ ( main Python script)books.txtβ book records (e.g.,B001,Python Basics,True)user.txtβ user records (e.g.,U001,Alvin,U002,Brian,B003)
Open terminal or command prompt in the project folder and run:
python library.py