The Chronicles of PyXML
-
Updated
May 27, 2024 - Jupyter Notebook
The Chronicles of PyXML
Itunes Library Analyzer________________________________________________________ This python script analyzes an xml Itunes library and extracts data of all the songs present (song name, artist name, album name and play count) and stores that info in a relational SQL database. Then it searches for the most played song
Excel to Database Converter__________________________________________________ A python script that converts an Excel XML spreadsheet into an sqlite database copying the rows and columns into the database just the way they are in the Excel file. The code automatically cleans the XML file in order for it to be readable by the python library.
Add a description, image, and links to the xml-etree-elementtree topic page so that developers can more easily learn about it.
To associate your repository with the xml-etree-elementtree topic, visit your repo's landing page and select "manage topics."