Animal crossing for computer vision
Project description
Animal Crossing library
I don't have a Nintendo Switch so this is the next best thing.
Animal crossing villagers for computer vision projects.
And basic utilities for computer vision.
Image source animal crossing world
Quickstart
import animalcrossing as ac
ac.random_villager()
Utilities
download_images method to pull images from the internet with the pandas dataframe
The jupyter_display method displays images in jupyter notebook
import pandas as pd
urls = ['https://i.ytimg.com/vi/XOXckrf_RoQ/maxresdefault.jpg',
'https://i.insider.com/56688a26dd0895106a8b478b?width=1762.jpg']
df = pd.DataFrame(urls, columns=['Name'])
# export to csv, make sure index is false
df.to_csv('walle.csv', index=False)
ac.download_images('walle.csv')
ac.jupyter_display('output/0.jpg')
Get all images
Grabs about 250 images but will take a long time to scrape.
ac.animal_crossing_images()
License
The technology is registered under MIT but please respect nintendo's trademark
ANIMAL CROSSING is a trademark of Nintendo of America Inc.
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
Built Distribution
File details
Details for the file animalcrossing-0.0.1.tar.gz
.
File metadata
- Download URL: animalcrossing-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42b210c109ddc5c2ee1b1a33b4de2b75d6383d72ebd85d02168d684af12a7002 |
|
MD5 | 72fd90f9301197670dc486637c9f6690 |
|
BLAKE2b-256 | 103b17f3c3b9f20c79b0c4f3729bde31dd58210045274dd8088c4b886543f90f |
File details
Details for the file animalcrossing-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: animalcrossing-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ea622d32420cd1e19aec1ad45dceab3574b2a7be59d0e27c732c06c44ce919c |
|
MD5 | d92de21c004c994a547032871d3cfb2d |
|
BLAKE2b-256 | a0f2cc61a7ea5a7e695527117bd51f06856cb5f3f1ee62310f49db2aee9eb274 |