项目作者: Adarshreddyash

项目描述 :
Python scripts for creating Event certificates and mailing to participants
高级语言: Python
项目地址: git://github.com/Adarshreddyash/Certi.git
创建时间: 2020-06-10T12:02:52Z
项目社区:https://github.com/Adarshreddyash/Certi

开源协议:

下载


Certi

Python scripts for creating Event certificates and mailing from excel files

Steps to run the project locally

clone the repository

  1. pip install -r requirement.txt

Edit Certi.py and add input file location or use the existing xlsx file. Add template and give image coordinates to write.

  1. pip certi.py

Add your mail ID and run certi_send to send certificates to mails that are in excel file.

  1. pip certi_send.py

Release History

  • 0.0.1
    • Initial Release

Contributing

  1. Fork it (https://github.com/Adarshreddyash/Certi.git)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request