๐ Collection of 5 GUI apps in Python for Software Development practice
Apps Included:
- Temperature Conversion ๐ก๏ธ
- Convert temperatures between Celsius, Fahrenheit, and Kelvin
- Number Guessing Game ๐ค
- Guess a randomly generated number
- Contact Management System ๐
- Manage contacts, including adding, updating, and deleting records
- Sudoku Solver ๐งฉ
- Solve Sudoku puzzles using backtracking and recursion
- Web Scraping ๐ธ๏ธ
- Extract data from e-commerce websites using Python
Technologies Used:
- Python 3.12
- GUI libraries (e.g: Tkinter)
- Web scraping libraries (e.g: BeautifulSoup, Requests)