Skip to content

AnirbanBanik1998/Smart-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart-Library

Running

  • Start the server:
python3 run.py
  • Run the kivy app:
cd kivy
python3 lib_app.py

Installing libraries(Linux)

  1. Requires Python 3.x
  2. sudo apt-get install libzbar0
  3. Install and upgrade pip, setuptools and virtualenv
python3 -m pip install --upgrade --user pip setuptools virtualenv
  1. Load the virtualenv.
python3 -m virtualenv venv
source venv/bin/activate
  1. Install kivy and kivy examples
python3 -m pip install kivy
python3 -m pip install kivy_examples
  1. Install Flask and other dependencies.
python3 -m pip install flask
python3 -m pip install Flask-SQLAlchemy
python3 -m pip install pyjwt
python3 -m pip install pillow
python3 -m pip install pyzbar
python3 -m pip install pyzbar[scripts]
python3 -m pip install pyserial

Future goals

  1. Building app.
  2. Adding admin authorization.
  3. Interfacing the hardware circuit.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published