CoolFace
Apppublic

leetcoder2008/libraryhub

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
7 commits on main
1fc765711mo ago

it is showing error, check the whole website for bugs and make it work. use only python

leetcoder2008
864293711mo ago

where is the python file for the backend?

leetcoder2008
674166e11mo ago

this is a tkinter code:

leetcoder2008
00cbc5311mo ago

after signing in, no option is working and the logout option is also not working. debug or add the correct code to finish the website fully. all menu should be there for completely using it for managing books borrow and return. make a prompt for getting feedback from the user, if the user is not interested, they can click the cross mark in the top right corner of the feedback prompt

leetcoder2008
80451ae11mo ago

complete the website for managing the books with python. finish the whole system refering currently available systems. the website should be totally complete using python with the current website created

leetcoder2008
fca629711mo ago

create a website for library management with menu driven system. it should be very interactive. first it should ask for login type - student, faculty, admin. then it should ask weather creating a account or signing in with a existing account. all the credentials should be saved for future uses. it has access to real online books through publicly available API from. make a system of submitting feedbacks after returning every book. give the code the ability to know the time and deduct 1 rupees each day and calculate the final fine while returning the book. the fine should be start deducting after 1 week is finished. add a option to view then borrow history for every person using the library management. design the same way as every library management system be like. make it colourful with library themed pictures in background. it should be like going into each menu using link to get into the further options of those menus. the whole website should be in python. the website should be same like other library management website. no messy links, only clickable buttons with links inside to open next page for further options.

leetcoder2008
41432df11mo ago

initial commit

leetcoder2008