Hangman Game:
A simple Python implementation of the classic Hangman game, where players guess letters to reveal a hidden word. The words in this version are commonly used Python libraries. Players have a limited number of incorrect guesses before the game ends. Enjoy playing and improve your knowledge of Python libraries!
Stock Portfolio Tracker:
A Python-based stock portfolio tracker using the yfinance library to access real-time stock data. This tool allows you to add and remove stocks, display the current portfolio, and calculate the total portfolio value based on the latest closing prices. You can manage your stock investments easily and keep track of their performance.