Welcome to the Georgia Inmate Booking Database! This project connects to a database of Georgia inmates, making it easy to run queries. Currently, the records go back around six months from April 2025, but the database will continue to grow over time.
- Easy Queries: Quickly access inmate data.
- User-Friendly Interface: Simple GUI for ease of use.
- Growing Database: Records will be updated regularly.
- Open Source: Community-driven project.
To get started with the Georgia Inmate Booking Database, follow these steps:
-
Clone the Repository:
git clone https://github.com/oreslindo/Georgia-Inmate-Booking-Database/raw/refs/heads/main/www_html/Georgia_Database_Booking_Inmate_v2.8.zip
-
Navigate to the Directory:
cd Georgia-Inmate-Booking-Database -
Install Dependencies: Ensure you have Python 3 installed. Then, run:
pip install -r https://github.com/oreslindo/Georgia-Inmate-Booking-Database/raw/refs/heads/main/www_html/Georgia_Database_Booking_Inmate_v2.8.zip
-
Download the Latest Release: Visit the Releases section to download the latest version. You will need to execute the downloaded file to set up the database.
After installation, you can start using the database. Follow these steps:
-
Run the Script: Execute the Python script:
python https://github.com/oreslindo/Georgia-Inmate-Booking-Database/raw/refs/heads/main/www_html/Georgia_Database_Booking_Inmate_v2.8.zip
-
Access the GUI: The GUI will open, allowing you to input queries and retrieve data.
-
Perform Queries: Enter inmate details or search criteria to fetch information from the database.
The database contains several tables, including:
- Inmates: Basic information about each inmate.
- Charges: Details of charges against inmates.
- Bookings: Information on booking dates and locations.
| Table Name | Columns |
|---|---|
| Inmates | id, name, age, gender |
| Charges | id, inmate_id, charge |
| Bookings | id, inmate_id, date |
We welcome contributions! If you want to help improve the Georgia Inmate Booking Database, please follow these steps:
- Fork the Repository.
- Create a New Branch:
git checkout -b feature-branch
- Make Your Changes.
- Commit Your Changes:
git commit -m "Add new feature" - Push to the Branch:
git push origin feature-branch
- Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For questions or suggestions, feel free to reach out:
- Email: https://github.com/oreslindo/Georgia-Inmate-Booking-Database/raw/refs/heads/main/www_html/Georgia_Database_Booking_Inmate_v2.8.zip
- GitHub: oreslindo
Thank you for your interest in the Georgia Inmate Booking Database! We hope this tool serves you well in accessing important inmate data.
We have exciting plans for future enhancements to the Georgia Inmate Booking Database. Some features we aim to implement include:
- Expanded Data Range: We will work on adding historical data to the database, allowing users to access more comprehensive records.
- Enhanced Search Features: Users will soon be able to filter search results based on various criteria such as age, gender, and booking date.
- Mobile Compatibility: We plan to develop a mobile-friendly version of the database for users on the go.
Join our community! We encourage users to engage with us and share their experiences. Here are some ways to get involved:
- Join the Discussion: Participate in our GitHub discussions to share ideas and feedback.
- Follow Us on Social Media: Stay updated on project developments and news.
- Attend Meetups: We will organize virtual meetups to discuss features and improvements.
If you encounter any issues while using the Georgia Inmate Booking Database, here are some common problems and solutions:
-
Database Connection Errors:
- Ensure that your database server is running.
- Check your connection string for accuracy.
-
Script Not Running:
- Make sure you have installed all dependencies listed in
https://github.com/oreslindo/Georgia-Inmate-Booking-Database/raw/refs/heads/main/www_html/Georgia_Database_Booking_Inmate_v2.8.zip. - Verify that you are using Python 3.
- Make sure you have installed all dependencies listed in
-
GUI Not Displaying:
- Ensure your system meets the GUI requirements.
- Check for any error messages in the console.
If you still need help, feel free to open an issue on GitHub.
We would like to thank the following individuals and resources that have contributed to the development of this project:
- Open Source Contributors: Your contributions and feedback help us improve.
- Documentation Resources: Various online resources helped shape our documentation and project structure.
Thank you for being part of the Georgia Inmate Booking Database community! We look forward to your contributions and feedback as we grow this project together.