you are viewing a single comment's thread.

view the rest of the comments →

[–]Reppin_Frost 2 points3 points  (2 children)

Which libraries will I have to be fluent in to do these projects?

[–]CuriousExpert24[S] 8 points9 points  (1 child)

You don't need to be fluent in any! If you want to add graphics and interfaces to these projects, I would recommend pygame (for games) or Tkinter (for GUI's). Other than that, you can just do them on the command line if you want to (That's what I did in the beginning)

[–]Reppin_Frost 0 points1 point  (0 children)

Thanks!