countryinfo
countryinfo copied to clipboard
A python module for returning data about countries, ISO info and states/provinces within them.
Hello, Would it be possible to update the name for Czechia (formerly Czech Republic) as this is causing issues with other databases. Thanks!
I work with few databases, and I can't control the exact country name used. Hence, I need to validate DB names vs names in your library. For example: 'Polska' instead...
I get the error in the title when calling `x = CountryInfo()` I'm able to fix this by adding `'rb'` to the `open()` statement that reads the country json files.
Hello :) Congrats on this beautiful library that you created! I have a feature request, would it be possible to add demonyms in multiple languages? Thank you :) //edit// i...
Hello, nice lib! I would like to show the diffrent times of the diffrent countrys in a chat.. while try out, i found that switzerland have timezone utc+1, which is...
Correctly making pull request from dev branch instead of master branch
- Address some of the issue #37 (this part includes rename of the `"data/burma.json"` file to `"data/myanmar.json"` and adding some missing details for **Myanmar** in the latter file) - Add...