I am trying to generate random chinese names using Faker (Python), but it generates the names in chinese characters instead of pinyin.
I found this :
and it show that it generates them in pinyin, while when I try the same code, it gives me only chinese characters.
how to get the pinyin ??