MusicboardExtract_GUI is a graphical user interface (GUI) application for extracting data from MusicBoard, including lists and reviews. It is built using Python and utilizes various libraries and frameworks such as tkinter for the GUI, selenium for making HTTP requests, and BeautifulSoup for parsing HTML.
- User-friendly interface for easy navigation and interaction
- Ability to extract your data from MusicBoard
- Progress tracking during the extraction process
- Error handling and notifications for any issues encountered
- Clone the repository:
git clone https://github.com/edequinox/MusicboardExtract_GUI.git
- Install Python
pip install python
- Install the required dependencies:
pip install -r requirements.txt
- Start the application:
python -m musicboardextract_gui
- Download link: DOWNLOAD
- Launch the application.
- Copy the link of the data you want to extract.
- Click the "Extract" button to initiate the extraction process.
- Monitor the progress and wait for the extraction to complete.
- Once the extraction is finished, the extracted file will be available in the specified output directory.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.
This project is licensed under the MIT License.
For any questions or inquiries, please contact jmarquesnox@gmail.com.