JI511 / Personal_Fitness

Personal Python project to improve skills and explore different libraries. Open to any and all contributions. Using a local database with sqlite3 to learn SQL.
MIT License
0 stars 0 forks source link

table_to_csv patch #45

Closed mdamonconnolly closed 5 years ago

mdamonconnolly commented 5 years ago

This patch adds the table_to_csv function. Tested on weight_lifting, body_weight and morning_lifts. Calories gets ignored due to it being written to a separate text file. Currently it writes to the src/. I didn't want to change that incase you want to do something specific with it.

JI511 commented 5 years ago

Thank you for contributing!

mdamonconnolly commented 5 years ago

Thank you for merging! I'm still learning and this was very educational!

JI511 commented 5 years ago

This is the best way to learn! May I ask how you found my repo?

mdamonconnolly commented 5 years ago

I was just looking through repo's on the "Explore" tab, and the way you've done your database is fascinating, Completely different to what i've seen before. You also use the issue tracker relentlessly which i really like. I've already picked up a ton of "best practises" from your code and also a bunch of "how the hell does this work???" so this repo has been my focus!