Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ansub/python-beginner-projects

mini python projects
https://github.com/ansub/python-beginner-projects

python

Last synced: 16 days ago
JSON representation

mini python projects

Awesome Lists containing this project

README

        

# Python Beginner Projects
I have created some mini projects for the beginners, so that they can enhance their skills and get their hands dirty in python. these are just simple python projects which will help you to boost your basic python knowledge and lead you to do big projects aswell.

- **madlibs.py** -> created madlibs using the strings

- **guess_the_number_computer.py** -> a simple number guessing game

- **guess_the_number_user.py** -> same game but here computer guess the number that user picked

- **rock_paper_scissors.py** -> a simple rock,paper,scissors game using if else.

- **biography_info.py** -> biography info based on user input

- **calculator.py** -> simple calculator using if else

- **worldclock.py** -> shows time based on the city entered

- **temprature_convertor.py** -> converts temprature to C and vice versa