Skip to content

JackBarker7/Pybrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pybrary

A Python program to manage a library of PDFs.

Script can be run dicrectly, through pybrary.py. I recommend that it is run from pybrary.bat (on Windows). The batch file will automatically activate a virtualenv and then run the script.

The library data is stored in library.json. An example is included in the repo.

I have also included a virtual environment with necessary packages installed.

The GUI is written using PyQt5, and the add, delete and open icons used were taken from Bootstrap Icons. The book icon for the window was taken from SVG Repo.

Recommended directory structure:

  • master directory
    • pybrary.bat
    • books
      • books go here
    • Pybrary
      • pybrary.py
      • env
      • resources
      • etc.

Screenshots:

Main window:

image

Add new file to library:

image

Pop-ups:

image image

About

A Python program to manage a library of PDFs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published