0

I have a python file that can import a csv data and then plot a graph using the python matplotlib module. Is there any way that I can use this code as backend and android as frontend to plot a graph on an android app?

Kundan Jha
  • 104
  • 3
  • 11

1 Answers1

1

Kivy library is what you want

In its home page, it is written a small description like

Kivy - Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.

Jasurbek
  • 2,946
  • 3
  • 20
  • 37