Skip to content

Maxcode123/faker_books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faker_books

Books Faker Community Provider

Installation

> pip install faker_books

Usage

from faker import Faker
from faker_books import BookProvider

fake = Faker()
fake.add_provider(BookProvider)

fake.book_genre()
fake.book_author()
fake.book_title()
fake.book_publisher()

Acknowledgements

The layout for this repository was mainly inspired by https://github.com/jeffwright13/faker_music

About

Books Faker Community Provider

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors