Skip to content
Hrishikesh305 edited this page Jun 30, 2020 · 4 revisions

Welcome to the Book-Stack wiki!
This home page is mainly intended for developers. If you are interested in how to use this software, it is not ready yet. I will make a "usage" section when I finish making the beta version. Till then, please wait!

Book Stack's functionality package structure

All functions in this software are organized into different files which act as "folders" for functions. These functions are not organized into classes yet. let me know if you would like me to make them into classes or if you want to do it. Thanks!

Book Management Tools.py

  1. Overdue books()
  2. Popular books()
  3. Enter Books()
  4. Code maker()
  5. Enter books by voice()

Member management Tools.py

  1. Borrowed Books()
  2. Remove member()
  3. Add members()

Application management.py

  1. Theme changer ()
  2. Custom themes() (not sure yet.)
  3. Add Library Language()
  4. Add Library Category()

Plugin Manager

Notes for development:

Create docks for plugins so they can easily connect to the program without fundamental changes.

Note:

This is only a "Blueprint". All these features have not been implemented yet :)