Giter Site home page Giter Site logo

id_book's Introduction

id_book v1.0.0

Simple program to manage a simple ID database utilising an RFID scanner which simulates a keyboard.

Dependencies

This python3 program uses PyQt5 and sqlite3.

On a Debian type system this should install dependencies:

$ sudo apt-get install python3-pyqt5 python-sqlite2

Running

$ ./main.py

Notes

To save the database you MUST click the save exit button, nothing else will commit the database before closing. To update a record you should search>delete>edit>add this procedure will stop it deleteing your entire DB HOPEFULLY.

It will search for an asset folder which contains the database and any photographs. Photographs should be 256x256 and can be created with imagemagick. These needn't be in the assets folder.

To backup the database simply backup assets/address_book.db, this is all that is needed to secure your database.

$ convert input_image -resize 256x256 output_img

Where input_image is the path to a photo such as /home/ali/Pictures/webcam/photo.jpg and output_img is the new file path such as ./assets/ali_00.jpg

You can install imagemagick like so on a GNU/Debian system

$ sudo apt-get install imagemagick

To do

Allow for capturing webcam images and or converting them without installing imagemagick

Make a icon and default image

Change log

v 1.0.0 Also require photo path match to delete

id_book's People

Contributors

ali-raheem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.