0

I have a Python program that I compiled into an exe. When you start it, the console opens and the code runs, the user does not need anything, the code works by itself and performs its task. But I need to make the code continue to work, but the console is not visible to the user, how can I do this?

HsKSD
  • 13
  • 4
  • 1
    Does this answer your question? [How to hide console window in python?](https://stackoverflow.com/questions/764631/how-to-hide-console-window-in-python) – hopperelec Oct 23 '21 at 18:29
  • I have already found the answer to the question [https://stackoverflow.com/questions/54931392/python-hide-console-window/54932907](https://stackoverflow.com/questions/54931392/python-hide-console-window/54932907) – HsKSD Oct 23 '21 at 20:01
  • Does this answer your question? [Python hide console window](https://stackoverflow.com/questions/54931392/python-hide-console-window) – lit Oct 24 '21 at 20:58

0 Answers0