Python Forum
Library Program Prison Project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Library Program Prison Project
#1
I run a small library in a prison and I'm currently having to do everything in an excel spreadsheet which has a lot of limitations and there are a lot of tasks that could be made a lot easier and done a lot faster if I could replace this spreadsheet with a functional program. I don't have great programming skills but I have played around a little in python, bash, C, C++, and most notably php. I need this program to keep an inventory of all of my books, to be able to check books in and out to specific inmates by their numbers, to be able to add and drop books from the inventory, and generate unique IDs for each book in my inventory. I already have a formula in my head for generating the IDs. For a database I plan on using SQLite because I think I would have an easier time convincing our I.T. team to simply install Python than I would trying to get them to install a full fledged database server and a more heavy weight programming environment, and python gets things done quick. Apart from Python and it's built in SQLite support I know I'm going to need a GUI library, which I have little to no experience in. Any suggestions or recommendations on a good GUI module/library for this project. And what am I looking at here, how big of a project is this going to be? I've attached a copy of the XLSX file I have been using, never mind there is no upload file button. Thanks.

If I am successful with my above goals I hope to add the ability to generate Bar or QR codes for each book id that I can print out on my library book card sleeves and add the ability to scan the books in and out.

my code here
Reply


Messages In This Thread
Library Program Prison Project - by lewashby - Jul-06-2017, 12:54 AM
RE: Library Program Prison Project - by ichabod801 - Jul-06-2017, 01:09 AM
RE: Library Program Prison Project - by lewashby - Jul-06-2017, 02:18 AM
RE: Library Program Prison Project - by sparkz_alot - Jul-06-2017, 01:28 PM
RE: Library Program Prison Project - by ichabod801 - Jul-06-2017, 08:28 PM
RE: Library Program Prison Project - by nilamo - Jul-06-2017, 09:18 PM
RE: Library Program Prison Project - by lewashby - Jul-08-2017, 03:05 PM
RE: Library Program Prison Project - by Larz60+ - Jul-08-2017, 04:58 PM
RE: Library Program Prison Project - by lewashby - Jul-13-2017, 01:39 AM
RE: Library Program Prison Project - by Larz60+ - Jul-13-2017, 05:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help needed in finding a library for this project PythonEnthusiast1729 7 889 Dec-27-2023, 11:27 AM
Last Post: PythonEnthusiast1729
Music Help with: Audiobook Library/Copier Project eleven43 0 499 Sep-14-2023, 04:17 PM
Last Post: eleven43
  Problem with importing python-telegram library into the project gandonio 1 1,612 Nov-01-2022, 02:19 AM
Last Post: deanhystad
  Regarding import library in two different program file Rohit 3 2,510 Jan-22-2020, 07:14 AM
Last Post: buran
  Join the Python Standard Library to my project sylas 1 2,218 May-16-2018, 05:59 AM
Last Post: buran
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,850 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020