tpdne
Fetch and optionally save AI-generated faces from thispersondoesnotexist.com
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Stars | 0 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2025-06-24 |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:27 |
Tags
Authors
- Nemuel Wainaina
Installation
nimble install tpdne
choosenim install tpdne
git clone https://github.com/n3mu3lw/tpdne
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| tpdne | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6 | No |
Source
| Repository | https://github.com/n3mu3lw/tpdne |
|---|---|
| Homepage | https://github.com/n3mu3lw/tpdne |
| Registry Source | github |
README
tpdne
Fetch and optionally save AI-generated faces from thispersondoesnotexist.com
Installation
- Run this command in your project directory:
nimble install tpdne
Usage
Import the package
import tpdne
Fetch a random face
let img = fetchImage()
Optionally save it to a file
saveImage(img, "random_face.jpg")
Tests
- To run tests, simply run this command:
nimble test -d:ssl
Contributing
Contributions are welcome! Feel free to create an issue or open a pull request.
Credits
Philip Wang (@lucidrains) - creator of thispersondoesnotexist.com
License
This project is licensed under the terms of the MIT License.
SPDX-License-Identifier: MIT