QR CODE: WORD DOCUMENT GENERATION: ORGAN-DONOR REGISTRY: MEDICAL STORE SYSTEM:
Wrote a Python Script that would generate QR codes for member data present in a google sheet (using the Google API) and email those QR codes to the respective email IDs. The script would also read QR codes and update the sheet if the decoded data member was present in the Sheet.
Wrote a Python script that would automate the generation of word documents from a sample template, by only taking company name as input.
Developed an Organ-Donor Registry using concepts of Data Structures in C++ that could: Take input of Donors, match Donor Data with existing Patients in need of the donor’s organ, calculate and sort the patients based on preference (HLA and blood-type matching).
Developed a Medical Store System using C language as my first semester project that could: Check, edit and remove medicines from the stock, Calculate and run the billing process, allow shopkeeper to keep track of medicinal sales.