'How can I open and manage a file browser using pygame

I need to create a simple file browser using pygame. ¿Does anyone know how can I do it?

I tried using a thing like this file_manager = pygameManager.FileManager(screen,ui_manager) but when I press the button, it does not open it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source