Code Monkey home page Code Monkey logo

Comments (3)

AndikaTanpaH avatar AndikaTanpaH commented on September 14, 2024

at demo.py line 250
session.nicknamePokemon(monster[6],str(monster[5]) + '-' + str(monster[2]) + '/' + str(monster[3]) + '/' + str(monster[4]))

maybe you can edit to
session.nicknamePokemon(monster[6],str(monster[0])+ ' '+str(monster[5]) + '%' )

i was try and this my result

NAME CP ATK DEF STA IV% Name
BULBASAUR 596 12 15 14 91
CHANSEY 286 15 14 13 93 CHANSEY 93%
EEVEE 424 15 12 14 91 EEVEE 91%
EEVEE 577 15 15 12 93 EEVEE 93%
STARMIE 1165 14 15 12 91 STARMIE 91%
VAPOREON 1795 15 12 15 93 VAPOREON 93%

if you wanna edit log on cmd/terminal you can edit at line 251..
and remember There is a char limit of 12 for pokemon name. (look at bulbasaur its empty because max char)

from pokemanager.

polzy avatar polzy commented on September 14, 2024

thanks i try :)

from pokemanager.

cglatot avatar cglatot commented on September 14, 2024

There is a char limit of 12 for pokemon name

That is exactly why the nicknaming convention is the way it is. It will never be more than 12 chars.

from pokemanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.