Project
At my university, there are many cultural and technical events which are hosted as a part of co-curricular activities. The participants of these events are awarded with e-certificates for participation. A huge number of participation often causes a problem in creating e-certificates in bulk. To address the issue of generating large number of e-certificates on demand, I, with my team, built the e-certificate generator.
The proposed solution was a GUI-based desktop application to generate e-certificates on demand by reading and filling in data from an Excel sheet. This was handled extremely fast using Excel handling libraries available in Python. The front-end was designed in Java using JavaFX.