├── README.md ├── administrator.py ├── book_information.py ├── createDB.py ├── func.py ├── icon ├── book.png ├── borrowing.png ├── detial.png ├── history.png └── person.png ├── image ├── bg.jpg └── image.png ├── login.py ├── main.py ├── signup.py ├── student.py ├── student_information.py ├── 演示视频.mp4 └── 说明.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/README.md -------------------------------------------------------------------------------- /administrator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/administrator.py -------------------------------------------------------------------------------- /book_information.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/book_information.py -------------------------------------------------------------------------------- /createDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/createDB.py -------------------------------------------------------------------------------- /func.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/func.py -------------------------------------------------------------------------------- /icon/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/icon/book.png -------------------------------------------------------------------------------- /icon/borrowing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/icon/borrowing.png -------------------------------------------------------------------------------- /icon/detial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/icon/detial.png -------------------------------------------------------------------------------- /icon/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/icon/history.png -------------------------------------------------------------------------------- /icon/person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/icon/person.png -------------------------------------------------------------------------------- /image/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/image/bg.jpg -------------------------------------------------------------------------------- /image/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/image/image.png -------------------------------------------------------------------------------- /login.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/login.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/main.py -------------------------------------------------------------------------------- /signup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/signup.py -------------------------------------------------------------------------------- /student.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/student.py -------------------------------------------------------------------------------- /student_information.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/student_information.py -------------------------------------------------------------------------------- /演示视频.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/演示视频.mp4 -------------------------------------------------------------------------------- /说明.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BecauseY/Library-Management-System/HEAD/说明.pdf --------------------------------------------------------------------------------