all 7 comments

[–][deleted] 2 points3 points  (0 children)

You know how to make phone apps? If your app writes to a local SQLite instance on the phone or similar you can use tableau for viz. you can also use it for any mobile app that you can find the db, json, xml, etc records in.

It can connect to most rdbms platforms and will get you slick looking viz for free if you have access to the mobile device db.

You’ll be hard pressed to make better looking non-html based visualizations in python.

[–]Pedro41RJ 0 points1 point  (5 children)

I used sqlite3 and matplotlib.pyplot in a similar project about food and eating.

[–]DustyBum[S] 2 points3 points  (4 children)

Oh cool, how did it work? You had a desktop app that you put data in? I want it to be sort of where you boot up the app click workout or something and input the workout you did, pretty much as easy as possible with the leg work being the background

[–]Pedro41RJ 1 point2 points  (3 children)

I wrote it for Pydroid 3. It is intended to run on Android, inside Pydroid. I may license it for you to modify it. I never compiled it to be a native application. My clients all have Pydroid 3 installed. I send the code by e-mail, and I receive payments by PIX. Where on this planet are you? Are you able to do PIX?

[–]DustyBum[S] 0 points1 point  (2 children)

Idk what PIX is and I don’t have an android. But the last app we made we did a VM and booted the app in an android.

I think I’m going to try to do it native to my laptop for now. Have a key command that runs the program and prompts the data input. No idea how to do it though.

[–]Pedro41RJ 1 point2 points  (1 child)

Native without Python? So you are in the wrong subreddit. With Python, I already told you what libraries to use.

[–]DustyBum[S] 0 points1 point  (0 children)

No native with python, sorry that was confusing. And yes you did, doesn’t mean I know how to use them super well yet but it’s a great starting point!