Skip to content

Here I will post mini-projects that I code while learning Python 3. This will mainly serve to share and see my progress.

Notifications You must be signed in to change notification settings

Chinmayrg/python_mini_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

python_mini_projects

Here I will post mini-projects that I will code while learning Python 3. This will mainly serve to share and see my progress.

In week 1 (28.01.2019) (03.02.2019):

Guess the number - You have to enter the number the code is choosing randomly.

Roll the dice - It will print out an integer ranging from 1-6.

String reverse - This is simply the code used to reverse a string using the built-in slice function.

Attention Calculator - This will ask you a series of question's about your partner and based on those questions it will determine the attention your partner deserves. (It was pretty fun to build this one.)

Pig Latin - This is a game of alterations played on the English language game. Input a word and you'll get a result. Tried to make this one error proof and was fun to polish the program so that only words are accepted.

About

Here I will post mini-projects that I code while learning Python 3. This will mainly serve to share and see my progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages