faker
faker copied to clipboard
Add Random Zodiac Signs
Clear and concise description of the problem
We can add random zodiac signs. We can also use the date.past()
function to generate a random birthday. We can also get the zodiac sign based on birthdate in wherever random details are generated.
Suggested solution
Do a new module for zodiac signs. The birthday module can be appended to the date module itself.
Alternative
No response
Additional context
No response