Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ansub/python-beginner-projects
- Owner: Ansub
- Created: 2021-04-29T08:34:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T06:10:26.000Z (over 3 years ago)
- Last Synced: 2024-12-15T01:34:10.228Z (22 days ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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