This is a program called Mad Lib which allows user to respond to program prompts by entering requested information. The users will enter numbers, nouns, pro-nouns, adjectives, verbs, and adverbs. For example, the program will prompt the user to enter a “noun” after which another prompt will appear to enter another word. Once all requested the program will stop. At the end of the exercise, the program will reveal the completed story which includes all the words and numbers entered by the user.
These instructions will allow the user to install the appropriate PyCharm on their local machine. Once PyCharm installed, the user will locate the Main.py program on their machine and run it in the PyCharm console as a demo.
My Readme Project will require PyCharm Version: 2024.2.3 to run. Visit the website following the link below. Click the Download button on the upper right corner. Scroll down to the bottom of the page and choose the free PyCharm Community Edition. Choose the appropriate program for your operating system. PyCharm Community Edition. Click the link: https://www.jetbrains.com/pycharm/
Once installed, open the preferred program, and locate the program (Main.py) on your machine. The code will be visible on the screen. Start running by clicking the play button on the upper right corner of PyCharm. The console at the bottom half will prompt the user to enter words. Once all complete, the prompts will stop, the full paragraph will appear.
None.