Hello, I'm currently learning to make AI in python and I am wondering if you can make an Interactive Console in python. I am pretty sure you can't but I want to double check
@InvisibleOne Where you can click the options you want. So lets say you have different options like "1. mine 2. save" and you want to mine then you would click mine instead of having to enter which one you want.
Interactive Console?
Hello, I'm currently learning to make AI in python and I am wondering if you can make an Interactive Console in python. I am pretty sure you can't but I want to double check
what do you mean by interactive console?
This is not possible unless you;
getkey
or aninput
Otherwise, this probably isn't possible. @TheWeebMonkey
@InvisibleOne Where you can click the options you want. So lets say you have different options like "1. mine 2. save" and you want to mine then you would click mine instead of having to enter which one you want.
Solution. Switch to javascript. @JBloves27
@JBloves27 ok thanks
Ehh, but you would still have to use a web framework. It's pretty much impossible using only the console and making it interactive. @TheDNAHero
No problem! Glad I helped! @TheWeebMonkey
Well yes but you don't need that much @JBloves27
That's possible with some python graphical libraries but not really in the console which is true for almost any language. @TheWeebMonkey
True. I'm just pointing out that it's only possible with a web framework. @TheDNAHero
Or a graphical interface @JBloves27. Stuff like pygame can register mouse clicks and it isn't a web framework.
Ah, yep, that's the word I was looking for. @InvisibleOne