Example #1
0
def main():
    artist = Artist(sys.argv[1])  # Initialize artist object
    artist.print_artist_statistics()  # Print statistics to the console
    artist.plot_artist_histogram(
    )  # Save the histogram of word counts to the plots folder