{"id":19872841,"url":"https://github.com/git-akihakune/awaifu","last_synced_at":"2025-05-02T09:31:28.796Z","repository":{"id":54317365,"uuid":"424145222","full_name":"git-akihakune/aWaifu","owner":"git-akihakune","description":"Mass scale anime waifu generator, with better images","archived":false,"fork":false,"pushed_at":"2021-11-29T08:52:13.000Z","size":11,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T00:44:47.303Z","etag":null,"topics":["ai","artificial-intelligence","generator","module","no-api-key","pip","python","waifu","waifulabs"],"latest_commit_sha":null,"homepage":"","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/git-akihakune.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":"2021-11-03T08:30:29.000Z","updated_at":"2024-07-18T18:43:24.000Z","dependencies_parsed_at":"2022-08-13T11:50:44.942Z","dependency_job_id":null,"html_url":"https://github.com/git-akihakune/aWaifu","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-akihakune%2FaWaifu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-akihakune%2FaWaifu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-akihakune%2FaWaifu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-akihakune%2FaWaifu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/git-akihakune","download_url":"https://codeload.github.com/git-akihakune/aWaifu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224305471,"owners_count":17289446,"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":["ai","artificial-intelligence","generator","module","no-api-key","pip","python","waifu","waifulabs"],"created_at":"2024-11-12T16:17:00.846Z","updated_at":"2024-11-12T16:17:01.627Z","avatar_url":"https://github.com/git-akihakune.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aWaifu - Mass Waifu Profile generator\nPython module to randomly generate waifus' profiles in mass scale.\n\u003cbr\u003e\n\n## Wanna try it out?\n\u003cimg src=\"https://github.com/git-akihakune/aWaifu-Colab/blob/main/img/random_example.png?raw=true\"\u003e\n\u003cbr\u003e\n\nIf you'd like to try out the module with out any installation, I suggest \u003ca href=\"https://github.com/git-akihakune/aWaifu-Colab\"\u003etry the Google Colab notebook version first\u003c/a\u003e.\n\u003cbr\u003e\n\n## Installation\nYou can install directly from PyPi:\n```bash\npip install aWaifu\n```\n\u003cbr\u003e\nOr get the `.whl` from https://github.com/git-akihakune/aWaifu/releases/tag/v0.1.1.\n\n## Usage\nTo run with default options:\n```bash\npython -m aWaifu\n```\n\n## Scripting\nFirst, create a `Waifus` object:\n\n```python\nfrom aWaifu.utils import Waifus\n\nwaifuGen = Waifus()\n```\n\u003cbr\u003e\n\nYou can customize the script's behaviour from your object. Here is a quite self-explained list of options:\n```python\nnumberOfProfiles: int = 10, # number of profiles going to generate\nverbose: bool = False, # verbose mode \nmultiCultures: bool = True, # False: limit to Japanese profiles only\nbigWaifu: bool = False, # larger images, with watermark\nnoProfile: bool = False, # do not generate profiles\nnoImage: bool = False, # generate profiles without picture\nautoCloseImage:bool = True, # automatically close opened images from verbose\nfaster: bool = False, # do not assert delays between requests\n```\n\u003cbr\u003e\n\nTherefore, the default script actually is:\n```python\nwaifuGen = Waifus(numberOfProfiles=5, verbose=True, bigWaifu=True)\n```\n\u003cbr\u003e\n\nNext, generate the profiles:\n```python\nwaifuGen.generateProfiles()\n```\n\u003cbr\u003e\n\nThe results will be saved to `waifus/` directory. Previous results will be overwritten. If you want to save the results to a *zip* file:\n```python\nWaifus.getAllInfo()\n```\n\u003cbr\u003e\n\n## Development\nThis module is initially [a Google Colab Python Notebook](https://github.com/git-akihakune/aWaifu-Colab), with some added details. Therefore, it's not been carefully developed. Every issue, pull request or suggestion is deeply appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-akihakune%2Fawaifu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-akihakune%2Fawaifu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-akihakune%2Fawaifu/lists"}