cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
146 stars 31 forks source link

Display capture date in show Pokemons (option 1) #57

Closed BeardAnnihilator closed 8 years ago

cglatot commented 8 years ago

Can you take a screenshot to see how it is displayed? Also, does the format change depending on the system it is run on? (dd/mm instead of mm/dd, etc?)

BeardAnnihilator commented 8 years ago

Don't pay to much attention to the \033[1;32;40m and \033[0m, I am on Windows and the color codes are not supported. image

The format is d/m/Y, it will not change depending of the system it runs on, the format is done line 439: date = datetime.datetime.fromtimestamp(monster[9] / 1e3).strftime('%d/%m/%Y')

cglatot commented 8 years ago

If you Google it, you can get the ANSI color codes installed to work with Windows, then they will show up