Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.29 KB

File metadata and controls

55 lines (41 loc) · 1.29 KB

GarnetPassX

A simple CV project to automate the Hostel Signout Form filling process for Garnet Hostels in NITT (2024-25).

Sample Output and Input

Output

out

Input

Screenshot from 2025-03-30 19-55-59

How to Automate Your Hostel Sign Out Form Process:

Step 0 (Only for Windows)

  • Install Python 3.12.x: Download Here
  • Enable "Add to Path" option while installing.

Prerequisite

  • Add your Signature with Date (as signature.jpg) in this folder.
  • Right-click this folder and select "Open in Terminal"

Terminal Commands:

Step 1: Create a Virtual Environment

python3 -m venv env

Step 2: Activate Virtual Environment

  • Windows:
    env\Scripts\activate
  • Linux:
    source env/bin/activate

Step 3: Install Dependencies

pip install -r requirements.txt

Step 4: Run the Automation Script

python3 hostel_form.py

Step 5: Download the Generated Form

  • Go into the folder and download out.jpg

🚀 Enjoy Automated Sign-Out!