DanDB
- 6 Devlogs
- 10 Total hours
Database module for Python. Comes with some math utilities, graphing, and more all in one package!
Database module for Python. Comes with some math utilities, graphing, and more all in one package!
Word shortening is here! Now, the prettyprint function will be able to either lengthen or shorten values based on row word size. In this case, I shortened “hello world!” into “hello”. I also fixed a pretty big bug that inaccurately displayed data values for tables with two or more columns.
It looks so much better now! Now added padding to lengthen shorter data entries. Currently working on the same but for shortening larger entries. Now it is starting to look like Microsoft Excel!
FINALLY, the columns are properly outputting. Yes, I still need to add better formatting, and yes, I need to add other types of graphs… but I have made some serious progress since last devlog!
Finally got multiple dimensions! May not sound like much, but this took hours of planning to do. You can also now print out very basic graphs with multiple dimensions.
Got some pretty printing working! :D
Starting to work on this! I haven’t uploaded to Github yet, but it is able to create basic new table datatypes. Currently working on a pretty print function to give a nice, clean output!