Python News Reader

Created a NewsReader App using Python Provided a way to subscribe user’s sources using RSS feeds available at preferred website Use beautifulsoup library to parse the website content with selectors

January 5, 2022

Pyrager

Game made in Python using the tkinter module as a school project Can move using keyboard keys to move. Basic collision detection using arrays Saving and loading using Python and text files CONTROLS: W/A/S/D or Up/Left/Down/Right arrow keys to move Mouse Click to plant seeds, harvest etc. Escape key to escape to Main Menu INSTRUCTIONS: Open pyRager/pyRager.py (needs Python 3.7) Go to market at bottom left to buy some seeds : Cost $1(in game money) Click on green land to make a farm plot Click again to plant seed(if available) Wait 10 seconds for seeds to grow to plant Click to harvest plant Go to market, Sell plant for $2 Buy seeds again Buy banks

August 4, 2020