So I was trying to do a python game, and I was trying to use the console and the pygame so that the player can make choices, read the plot and control the character. However, I encountered some issues placing the python console underneath the pygame window and keeping it there. Does anyone know if it is even possible?
            Asked
            
        
        
            Active
            
        
            Viewed 27 times
        
    0
            
            
        - 
                    it is tho possible to make player type inside the pygame window, so why do You need console? – Matiiss Apr 14 '21 at 17:14
- 
                    Pygame has a few in-game (non-Python) [consoles you can integrate](https://www.pygame.org/tags/console). – Lyndon Gingerich Apr 14 '21 at 17:16
- 
                    Thanks, I was trying to use python because I already made several functions that can do some fancy stuff with the input and output... I will look into that though. – Richard Su Apr 14 '21 at 17:44
