im working in a projet fully with ubuntu desktop, and actually after running certain command on the terminal i have in back, logs in the terminal, i can save them in a .txt file if i run: “the command” > outputlog.txt
then i developped a python script that extract necessary data and display it in realtime on a tkinter interface adding to some graphes of some data situated in the outputlog.txt
the tkinterinterface doesn’t convince me, so i want to develop an android app (with android studio) so i can receive the logs in real time on the app when running the commands, showing in a tab :special data (those i extract with the python script), and displaying graphes
i hope finding solutions with you guys
thanks for your time
i tried the python tkinter interface
Ahmed IRATNI is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1