After my previous questions have been flagged I'm trying to revise my questions. I wanted to make what I now know as a TUI interface but did not know how that works and I don't think it can be hidden from taskbar because if I run it as a service then there will be no window to interact with.
Asked
Active
Viewed 110 times
0
-
Do you mean "GUI" instead of "CLI" ? – Lenormju Jan 06 '22 at 10:11
-
No CLI, I am not using graphical interface. I dislike Tkinter and other modules. – Jan 07 '22 at 18:57
-
Although now I see the win32api is running for a tkinter. I don't know how to make fullscreen console that can't be resized or at least the top controls are not shown. – Jan 07 '22 at 18:58
-
I know this can be done by adding more height to the application pushing the button off the screen but I don't know how many pixels it is and I don't want it to be able to be moved. – Jan 07 '22 at 18:59
-
then you mean a [Terminal User Unterface](https://en.wikipedia.org/wiki/Text-based_user_interface). It is different from a [CLI](https://en.wikipedia.org/wiki/Command-line_interface), in occurrence by having a window to manage. Phrased this way, I found a duplicate question : [Python console Fullscreen? Maybe using os.system?](https://stackoverflow.com/questions/43959168/python-console-fullscreen-maybe-using-os-system) – Lenormju Jan 10 '22 at 07:52
-
Does this answer your question? [Python console Fullscreen? Maybe using os.system?](https://stackoverflow.com/questions/43959168/python-console-fullscreen-maybe-using-os-system) – Lenormju Jan 10 '22 at 07:52
-
toggle.fullscreen did not work for me when using os.system – Jan 12 '22 at 23:53
-
1But the Keyboard one did Thank You, and thanks for explaining the TUU from CLI for me as well! – Jan 12 '22 at 23:54