{"id":23516485,"url":"https://github.com/spaciouscoder78/pramanpatram-lib","last_synced_at":"2026-02-07T01:06:24.997Z","repository":{"id":265623471,"uuid":"896342731","full_name":"SpaciousCoder78/pramanpatram-lib","owner":"SpaciousCoder78","description":"Python Wrapper Library for Pramanpatram to make certificate generation more easier and accessible ","archived":false,"fork":false,"pushed_at":"2024-12-15T14:04:02.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T09:51:32.591Z","etag":null,"topics":["event-certificate-generator","pypi","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pramanpatram/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpaciousCoder78.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-30T05:20:35.000Z","updated_at":"2025-09-15T15:42:39.000Z","dependencies_parsed_at":"2024-12-15T15:18:09.997Z","dependency_job_id":"0861da15-71d8-4709-8ad0-55939ab89706","html_url":"https://github.com/SpaciousCoder78/pramanpatram-lib","commit_stats":null,"previous_names":["spaciouscoder78/pramanpatram-lib"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SpaciousCoder78/pramanpatram-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpramanpatram-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpramanpatram-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpramanpatram-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpramanpatram-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpaciousCoder78","download_url":"https://codeload.github.com/SpaciousCoder78/pramanpatram-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fpramanpatram-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29183327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"ssl_error","status_checked_at":"2026-02-07T00:35:01.758Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["event-certificate-generator","pypi","python3"],"created_at":"2024-12-25T15:13:23.467Z","updated_at":"2026-02-07T01:06:24.977Z","avatar_url":"https://github.com/SpaciousCoder78.png","language":"Python","readme":"# pramanpatram-lib\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n![PyPi](https://img.shields.io/badge/pypi-%23ececec.svg?style=for-the-badge\u0026logo=pypi\u0026logoColor=1f73b7)\n![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge\u0026logo=git\u0026logoColor=white)\n![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n\n![PyPI - Version](https://img.shields.io/pypi/v/pramanpatram)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pramanpatram)\n[![PyPI Downloads](https://static.pepy.tech/badge/pramanpatram)](https://pepy.tech/projects/pramanpatram)\n\nPython Wrapper Library for Pramanpatram to generate event certificates\n\n## Supported Features\n- Generating event certificates with only attendee names\n\n## Installation\n\n```sh\n$ pip install pramanpatram\n```\n\n## Getting Started\n\nImport the package\n\n```py\nimport Pramanpatram\n```\nCreate `.csv` file containing the Column header as `Attendees` with the Attendee names\n\nPass the parameters into `patram.generate_certificates()`:\n\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eParameter\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003ecsv_path\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003ePath of CSV File\u003c/td\u003e\n  \u003c/tr\u003e\n    \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003esample_path\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003ePath of Certificate Template File\u003c/td\u003e\n  \u003c/tr\u003e\n    \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003etext_coords_x\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003e X Coordinate of the text to be printed\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003etext_coords_y\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003e Y Coordinate of the text to be printed\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003etext_size\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eSize of text to be printed\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003er_Value\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eRed Colour Value (Set to 0 for Black)\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003eg_Value\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eGreen Colour Value (Set to 0 for Black)\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003eb_Value\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eBlue Colour Value (Set to 0 for Black)\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003etext_width\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eWidth of text\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003ecertificate_text\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eText to be printed on the certificate (use {name} to print the name in the position)\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003ecertificate_path\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eLocation to save certificates\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nRun the program to find your certificates in the path you mentioned.\n\n## Documentation\n\n### Available Methods\n- `generate_certificates(self, csv_path, sample_path, text_coords_x, text_coords_y, text_size, r_value, g_value, b_value, text_width, certificate_text, certificate_path)`\n\n  Takes 12 inputs and generates the certificates in the specified path\n\n  Example:\n\n  ```py\n  import os\n  from pramanpatram.pramanpatram import Pramanpatram\n\n  def test_generate_certificate():\n      csv_path = \"attendees.csv\"\n      sample_path = \"sample.jpg\"\n      text_coords_x = 110\n      text_coords_y = 120\n      text_size = 20\n      r_value = 0\n      g_value = 0\n      b_value = 0\n      text_width = 40\n      certificate_text = \"Thanks {name}\"\n      certificate_path = \"certificates\"\n\n      if not os.path.exists(csv_path):\n          print(f\"CSV file not found at path: {csv_path}\")\n          return\n\n      if not os.path.exists(certificate_path):\n         os.makedirs(certificate_path)\n         print(f\"Created directory for certificates at path: {certificate_path}\")\n\n      patram = Pramanpatram()\n      result = patram.generate_certificates(csv_path, sample_path, text_coords_x, text_coords_y, text_size, r_value, g_value, b_value, text_width, certificate_text,       certificate_path)\n      print(result)\n\n  test_generate_certificate()\n  ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaciouscoder78%2Fpramanpatram-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspaciouscoder78%2Fpramanpatram-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaciouscoder78%2Fpramanpatram-lib/lists"}