{"id":15297489,"url":"https://github.com/ieshaan12/watermark","last_synced_at":"2026-01-06T07:04:43.758Z","repository":{"id":55883026,"uuid":"289642670","full_name":"ieshaan12/watermark","owner":"ieshaan12","description":"A python library to watermark your images!","archived":false,"fork":false,"pushed_at":"2020-12-09T17:29:54.000Z","size":959,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T12:34:35.308Z","etag":null,"topics":["hacktoberfest","python-3","python-library","watermark"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/PyWatermark/","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/ieshaan12.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}},"created_at":"2020-08-23T08:05:49.000Z","updated_at":"2020-10-29T11:29:50.000Z","dependencies_parsed_at":"2022-08-15T08:31:32.955Z","dependency_job_id":null,"html_url":"https://github.com/ieshaan12/watermark","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieshaan12%2Fwatermark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieshaan12%2Fwatermark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieshaan12%2Fwatermark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieshaan12%2Fwatermark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ieshaan12","download_url":"https://codeload.github.com/ieshaan12/watermark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245467615,"owners_count":20620216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hacktoberfest","python-3","python-library","watermark"],"created_at":"2024-09-30T19:17:48.862Z","updated_at":"2026-01-06T07:04:38.727Z","avatar_url":"https://github.com/ieshaan12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## PyWatermark\n\nA python library to watermark your images!\n\n### Installation\n\n`pip install PyWatermark`\n\n### Features\n\nThis library exploits the usefulness of pillow to watermark images. It's an easy tool if you want to automate the watermarking of many images at once.\n\n### Usage\n\n```\nfrom PyWatermark import waterMarkImages, getAvailableFonts\n\nimageFile = \"image.jpg\"\nimageOutputPath = \"/Desktop\" # write your output folder path here \ntext = \"Hello World\" # Whatever text you want to watermark\n\n# You can adjust the font here from the given fonts or just\n# put in your own font path - a .ttf file\n# Other parameters you can adjust are position, size, opacity\noutFile = waterMarkImages(imageFile, imageOutputPath, text)\n\nprint(getAvailableFonts()) # prints out available fonts\n\n```\n### Contributing\n\nFeel free to make suggestions, raise pull requests, and report issues. After all we're human and there can be problems with this library. Optimizing this is very appreciated.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieshaan12%2Fwatermark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fieshaan12%2Fwatermark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieshaan12%2Fwatermark/lists"}