This project is a web scraper tool built in Python that allows users to extract data from websites. It utilizes the BeautifulSoup library for parsing HTML and the requests library for making HTTP requests. The tool provides functionality to scrape data from various websites by specifying the URL and the elements to extract.
- Python
- BeautifulSoup
- Requests
The MP3 File Player is a simple music player application developed in Python. It allows users to play, pause, and stop MP3 audio files. The pygame library is used for playing audio files, and tkinter is used for building the graphical user interface (GUI). Users can select a folder containing MP3 files, and the application will play them sequentially.
- Python
- pygame
- Tkinter