You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually, most clubs in college use some kind of python scripts to generate certificates from a csv file using an image template.
How nice would it be if we could set up a webapp for a nice gui for easily configuring and managing✨
Main parts:
U for uploading a csv of names.
UI for uploading a certificate template (with blank fields in the name position, signature position, text content etc)
Some way to assign which variables should correspond to which headings in csv.
A button to click generate and a way to save/download the images generated.
P.S. You have the freedom to tweak the idea and above mentioned points as long as the core idea of easy certificate generation using a Web UI is achieved. Have fun✨
Tech Stack
You'd probably require a backend framework for reading image file and manipulating it.
If that's the case, then for UI, you can try nodejs with ejs templating.. or maybe Flask with Python.
Worth exploring if you can do the same using just javascript. In that case probably can be achieved with just React and some npm libraries for csv parsing and image manipulation.
Social Impact
Once properly made, this could help a lot of folks in the managing departments of various clubs to generate certificates for their events.
Won't require any manual tweaking of code
Additional context
Bonus point if you could add some simple password based auth for accessing it so that only the club admins can use your site and not anyone could randomly generate certificates for them.
Certificate Generator from Image Template
Project Abstract
Usually, most clubs in college use some kind of python scripts to generate certificates from a csv file using an image template.
How nice would it be if we could set up a webapp for a nice gui for easily configuring and managing✨
Main parts:
P.S. You have the freedom to tweak the idea and above mentioned points as long as the core idea of easy certificate generation using a Web UI is achieved. Have fun✨
Tech Stack
You'd probably require a backend framework for reading image file and manipulating it.
If that's the case, then for UI, you can try nodejs with ejs templating.. or maybe Flask with Python.
Worth exploring if you can do the same using just javascript. In that case probably can be achieved with just React and some npm libraries for csv parsing and image manipulation.
Social Impact
Additional context
Few links which may come useful:
The text was updated successfully, but these errors were encountered: