How to have a complete report of test results?

I’m using Appium and i’m pretty new in that. I have wrote some test’s base on test scenarios. but how can i have a printed resault of tests? does appium have a tool to draw a chart for example? is there a tool to send scripts written with appium clients? (i should mention that i use appium python client and python is the only programming language i know)

Use appium along with testing framework like TestNG …

It is possible to use TestNG with python ???

I decided to use pytest with junitxml.
How to make your report without ?
because logging lib pollutes my report. And i don t want it

thx