Get SFW Neko Images
Project description
NEKOSFW
Developed by Crian69 (c) 2021
Installing The Package
pip install nekosfw
Examples of How To Use
Initializing the image type to receive
from nekosfw import ImageType
imagetype = ImageType.Foxgirl
# Other Code
All the currently available image types are:
- Waifu
- Kitsune
- Neko
- Kemonomimi
- Foxgirl
Getting the image link
from nekosfw import ImageType
from nekosfw import getImage
import asyncio
async def main():
imagetype = ImageType.Foxgirl
imageUrl = await getImage(imagetype)
return imageUrl
if __name__ == "__main__":
loop = asyncio.get_event_loop()
x = loop.run_until_complete(main())
# Return the image url
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nekosfw-0.0.8.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nekosfw-0.0.8.tar.gz.
File metadata
- Download URL: nekosfw-0.0.8.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25d64861454ee42b5e261ae5c0d4e49e36cd1296f715f65581cd5831a86040d9
|
|
| MD5 |
400c25f4c8025082bfed4505e3b095a5
|
|
| BLAKE2b-256 |
9fc1bdac428b1627cf6331fa86d67b5c781f8127382192f143c4026a34d5564c
|
File details
Details for the file nekosfw-0.0.8-py3-none-any.whl.
File metadata
- Download URL: nekosfw-0.0.8-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
582f52dc767be3efbc953f8dc5a07a4d34f4ef631ca4e7b9b84a6e058758c09b
|
|
| MD5 |
aad17a8057d34229ca09841d92b7c79d
|
|
| BLAKE2b-256 |
cd887dd979e7fbea31e065fbcb13a1b15b856842c5a0b7065c94972fd4a0bc8d
|