From bb6e10c3145726778a4cabf77bc8b9e893b422e7 Mon Sep 17 00:00:00 2001 From: Nemuel Wainaina Date: Tue, 24 Jun 2025 18:02:31 +0300 Subject: [PATCH] Add package tpdne (#3060) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 5bba5a5..e812cf7 100644 --- a/packages.json +++ b/packages.json @@ -35565,5 +35565,23 @@ "description": "Encode and decode text using standard international Morse code", "license": "GPL-3.0-or-later", "web": "https://github.com/nemuelw/morsecode" + }, + { + "name": "tpdne", + "url": "https://github.com/nemuelw/tpdne", + "method": "git", + "tags": [ + "thispersondoesnotexist", + "thispersondoesnotexist.com", + "ai-faces", + "face-generation", + "image-download", + "tpdne", + "nim", + "client" + ], + "description": "Fetch and optionally save AI-generated faces from thispersondoesnotexist.com", + "license": "MIT", + "web": "https://github.com/nemuelw/tpdne" } ]