Creating An Invoice And Mad Libs Game With Python

ยท

1 min read

Creating An Invoice And Mad Libs Game With Python

Screenshot (13).png

Screenshot (15).png Hello everyone ๐Ÿ‘‹ Actually got myself to search for what awesome stuffs I can create with my knowledge of basic python programming language.So i found out I could create many awesome stuffs,but I chose to create a mad libs game and an invoice mimmick.

MAD LIBS GAME The mad libs game is more of filling in the gap, or more in sense of filling a form,but i actually used that to create a story of myself where I filled in my surname,name,country e.t.c. Here is a picture of the mad libs I created

Screenshot (14).png

INVOICE I also created an invoice that receives inputs(two inputs actually for now) of what a customer bought and it calculates and returns the total price of goods purchased with the information of the company on top and an appreciation message at the bottom.

Screenshot (16).png

Thank you so much for reading...like,comment and also point out some errors for better understanding and improvement.

ย