All Projects → muhammedogz → MLSA-Certificate-Automate

muhammedogz / MLSA-Certificate-Automate

Licence: other
Automate your Microsoft Learn Student Ambassadors event certificate with Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MLSA-Certificate-Automate

Pswriteword
PSWriteWord is powershell module to create Microsoft Word documents without Microsoft Word installed...
Stars: ✭ 180 (+650%)
Mutual labels:  docx
my-writing-workflow
Tutorial for converting markdown files in to APA-formatted docs, based on my workflow.
Stars: ✭ 35 (+45.83%)
Mutual labels:  docx
DocX
Convert NSAttributedString / AttributedString to .docx Word files on iOS and macOS
Stars: ✭ 41 (+70.83%)
Mutual labels:  docx
Duckx
C++ library for creating and updating Microsoft Word (.docx) files.
Stars: ✭ 214 (+791.67%)
Mutual labels:  docx
docx-to-pdf-on-AWS-Lambda
Microsoft Word doc/docx to PDF conversion on AWS Lambda using Node.js
Stars: ✭ 42 (+75%)
Mutual labels:  docx
docx-pdf-pagecount
A npm module to page count od pdf and docx files
Stars: ✭ 22 (-8.33%)
Mutual labels:  docx
Poi Tl
Generate awesome word(docx) with template
Stars: ✭ 2,306 (+9508.33%)
Mutual labels:  docx
Microsoft-Student-Partners
This is the unofficial website for the Microsoft Student Partners
Stars: ✭ 13 (-45.83%)
Mutual labels:  microsoft-student-partners
mathtype-extension
Calabash extension step to convert MathType OLE objects to MathML
Stars: ✭ 15 (-37.5%)
Mutual labels:  docx
documentspark
💖 DocumentSpark - Simple secure document viewing server. Converts a document to a picture of its pages. Content disarm and reconstruction. CDR. Formerly p2. The CDR solution for ViewFinder remote browser.
Stars: ✭ 211 (+779.17%)
Mutual labels:  docx
Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (+13533.33%)
Mutual labels:  docx
ilovepdf
Telegram Bot that helps you to convert Images to pdf, pdf to images, 45+ file formats to pdf, more features Soon..
Stars: ✭ 140 (+483.33%)
Mutual labels:  docx
PDFConverter
Best PDF Converter! PDF to any format, pdf2word/excel/xml/html/txt...
Stars: ✭ 94 (+291.67%)
Mutual labels:  docx
P2.
📄 p2. - Simple and secure PDF to PNG server.
Stars: ✭ 191 (+695.83%)
Mutual labels:  docx
wordroller
Free Microsoft Word document (aka .docx) processing library for .Net
Stars: ✭ 17 (-29.17%)
Mutual labels:  docx
Documentserver
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Stars: ✭ 2,335 (+9629.17%)
Mutual labels:  docx
kodbox
kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
Stars: ✭ 1,188 (+4850%)
Mutual labels:  docx
docxjs
Docx rendering library
Stars: ✭ 315 (+1212.5%)
Mutual labels:  docx
eoffice
Export and import graphics and tables to MicroSoft office
Stars: ✭ 19 (-20.83%)
Mutual labels:  docx
officeexport-java
三行代码导出自定义样式word
Stars: ✭ 68 (+183.33%)
Mutual labels:  docx

Microsoft Learn Student Ambassador Certificate Automation

This repo simply use a template certificate docx file and generates certificates both docx and pdf.

Setup

  • Working on Windows only.
  • Required Microsoft Doc
git clone https://github.com/muhammedogz/MLSA-Certificate-Automate.git
cd MLSA-Certificate-Automate
pip install -r requirements.txt
python main_certificate.py

Customization

In, main_certificate.py folder. Change your participants and your name with path and name. In case, you have to deal with your own participate file due to your needs, you should update list_participants data.

Also, functions are very simple. You can implement your own versions as well.

Further Releases ( Not Sure :) )

  • Improving coding style
  • Adding e-mail automation to script?
  • Implementing for Linux users?
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].