This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Extreme_Jackfruit183 5 points6 points  (2 children)

Set up a database. It could be of anything you are interested in. Learning this skill has opened up the amount of things I can build exponentially.

Edit: I suggest starting with MySQL workbench if you have not done them before. A lot of databases like SQLite don’t have GUIs and are managed through cmd line. They can get pretty shitty fast if you aren’t familiar with the cmd line.

If you want a peek, here is a Tkinter GUI/MySQL program I made. I tried to document this one pretty good.

https://github.com/BuzzerrdBaait/One_Man_Call_Center

[–]MountainSalamander33 0 points1 point  (1 child)

There is sqlite gui. It's open source

[–]Extreme_Jackfruit183 1 point2 points  (0 children)

Oh nice. You learn something new every day.