Skip to content

Commit 9e56c16

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 577734a + 56bae34 commit 9e56c16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# RandomMetalBand
22

3-
The main libraries of the project are tkinter and pylast for the LASTFM API.
4-
53
Project to get the information of a random band from metal-archives and search for that band in bandcamp, spotify, youtube, discogs, lastfm or open its site in metal-archives. If you like the band you can save it info in a csv file to don't forget about them.
64

75
Usign the lastfm API you can get similar artists to the artist you had found or saved.
86

9-
Using the lastfm API you can generate a html file with the charts for metal music genres.
7+
Using the lastfm API you can generate a html file with a table with the charts for the most popular metal genres.
8+
9+
![screenshot 29](https://user-images.githubusercontent.com/42107571/230783709-60628bd3-dd63-47a3-9d0e-8b62f3448e88.jpg)

randommetalband.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,4 +317,4 @@ def cargar_banda_csv(self, value):
317317

318318
if __name__ == "__main__":
319319
app = App()
320-
app.mainloop()
320+
app.mainloop()

0 commit comments

Comments
 (0)