Skip to content

hkamran80/digital_library_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Library BUILD: FAILING!

Welcome to the Digital Library repository. Please feel free to make forks & pull requests!

Requirements

  • Android Device with QPython3 and Barcode Scanner installed. (For barcode scanning)
  • Server with PHP, MySQL, and Python 3 installed (receiving codes, parsing codes, adding to database)
  • The contents of this repository

Files

  • scanner.py: Barcode scanner, requires QPython3 and Barcode Scanner installed.
  • isbn_reader.py: Parses ISBNs with data from ISBNdb.com, requires Requests (Python module)
  • add.php: The page that adds to the database
  • isbn.txt: Text file containing all of the ISBNs
  • addisbn.php: Adds ISBNs to isbn.txt using ?isbn={ISBN}
  • books.sql: The table that was used in the creation of this code. Note: The table is named library_books in this books.sql, but the table name used in the code is books.