Git Product home page Git Product logo

accredify's Introduction

Accredify - Bulk Certificate Maker ๐ŸŽ“๐Ÿ“œ

Accredify Logo

Welcome to Accredify, your trusty sidekick for bulk certificate making, designed to effortlessly churn out certificates from a CSV file using a LaTeX template. Perfect for organizations like GDSC (Google Developer Student Clubs) and MSDC (Microsoft Student Developer Clubs), Accredify automates the tedious task of creating certificates for hordes of students. ๐Ÿ“Šโœ๏ธ Say goodbye to manual processes and hello to automated bliss. Accredify is here to save you from the certificate-making chaos! ๐Ÿ†โœจ๐ŸŽ“

Features ๐ŸŒŸ

  • ๐Ÿ“ CSV Input: Read participant names from a CSV file.
  • ๐Ÿ“ LaTeX Template: Use a customizable LaTeX template for certificates.
  • ๐Ÿ”„ Automatic Sorting: Sort participant names alphabetically.
  • ๐Ÿ“‘ PDF Generation: Compile LaTeX files to PDF format.
  • ๐Ÿ“‚ Output Management: Save certificates in an organized folder and clean up temporary files.

Getting Started ๐Ÿš€

Prerequisites ๐Ÿ› ๏ธ

Ensure you have the following installed:

  • C++ Compiler (e.g., g++)
  • pdflatex (LaTeX distribution)

Install pdflatex

  • Ubuntu:
    sudo apt-get install texlive-latex-base
  • Windows:
    • Download and install MiKTeX.
  • macOS:
    brew install mactex

Installation ๐Ÿ“ฅ

  1. Clone the repository:

    git clone https://github.com/yourusername/accredify.git
    cd accredify
  2. Compile the program:

    g++ -o accredify main.cpp -std=c++17

Usage ๐Ÿ“–

  1. Prepare your CSV file with participant names (e.g., participants.csv).

  2. Run the program:

    ./accredify
  3. Follow the on-screen instructions to provide the necessary details:

    • Path to the CSV file containing participant names.
    • Name of the certificate.
    • Name of your organization.
    • Certification issue date.

Customizing the LaTeX Template ๐Ÿ“„

Accredify uses a constant LaTeX template that you can modify as needed. The template includes placeholders for:

  • ApplicantName
  • LOGO_FILENAME
  • CertificateName
  • OrganizationName
  • Dateformat

When running the program, these placeholders will be replaced with the corresponding information for each participant, ensuring consistency and accuracy across all generated certificates.

Example LaTeX Template PDF ๐Ÿ“„

An example PDF of the template is provided in the repository for your reference.

Contributing ๐Ÿค

Contributions are welcome! Feel free to submit issues and pull requests. For major changes, please open an issue first to discuss what you would like to change.

License ๐Ÿ“œ

This project is licensed under the MIT License. See the LICENSE file for details.

accredify's People

Contributors

konain-raza avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.