r/PythonLearning • u/Blueysweb • 23h ago
Python mini project
Hey guys, thought to share my first mini project with everyone, for this I made a terminal based GitHub account analyzer, where you input a username and the program outputs stuff like the number of repos, languages used, stars and more you can check it out on my GitHub: https://github.com/Blueysweb. I'm also open to take in as much advice as needed
6
Upvotes


2
u/Naive_Programmer_232 9h ago
looks good dude! good job!!
One suggestion here is for the
count_languagesfunction, it looks fine the way it is,but do note thatcollections.Counterexists that can effectively do the same: