NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

from tkinter import *
from booksearch import *
"""
from bookreturn import *
from bookcheckout import *
from bookrecommend import *
from database import *
"""

#make tkinter page setup general display of page and title
libpage =Tk()
libpage.title("Library Management System")
libpage.configure(background="#EAE7DC")
libpage.geometry("825x600")

headingFrame1 = Frame(libpage,bg="#D8C3A5",bd=5)
headingFrame1.place(relx=0.2,rely=0.1,relwidth=0.6,relheight=0.16)
headingLabel = Label(headingFrame1, text="Welcome to the n Library", bg='#E98074', fg='#C1E1C1', font=('Courier 25 bold'))
headingLabel.place(relx=0,rely=0, relwidth=1, relheight=1)

searchframe = Frame(libpage, width = 825, height=400)
def opensearchscreen():
searchframe.place( x=0, y=200)

def result():
print(get_book(ebar.get()))

#search bar to enter book name #need to go something.get() to feed into function of booksearch
ebar = Entry(searchframe, width=75, borderwidth=5, font = 'Courier 15')
ebar.place(relx=0.28,rely=0.4, relwidth=0.45,relheight=0.1)

#click of search button which should then link to book search to finf what book user has input and print out the book on screen with all its information
esearch = Button(searchframe,text="Search",command = result)
esearch.place(relx=0.58,rely=0.4, relwidth=0.15,relheight=0.1)


#buttons for selection of library management system options button for book search
btnSb = Button(libpage, text="Search for book", bg='#E98074', fg='#C1E1C1', font=('Courier 15 bold'), command = opensearchscreen())
btnSb.grid(row=8,column=0)



#button for book return
btnRt = Button(libpage, text="Return a book", bg='#E98074', fg='#C1E1C1', font=('Courier 15 bold'))
btnRt.grid(row=8,column=1)



#button for book checkout
btnC = Button(libpage, text="Checkout a book", bg='#E98074', fg='#C1E1C1', font=('Courier 15 bold'))
btnC.grid(row=8,column=2)

#button for book recommendation
btnRc = Button(libpage, text="Book Recommendations", bg='#E98074', fg='#C1E1C1', font=('Courier 15 bold'))
btnRc.grid(row=8,column=3)


searchframe.place_forget()

libpage.mainloop()
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.