Skip to content

Commit

Permalink
kahoot quiz bot
Browse files Browse the repository at this point in the history
  • Loading branch information
artur.sniegowski committed Nov 9, 2022
1 parent 00596aa commit 9d164ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ This is an API driven application that will monitor the weather in the given loc
# Snake_game
Snake game has, a moving snake, which you control using your arrow keyboards (UP, RIGHT, DOWN, LEFT). The aim is to collect food objects that appear randomly on the screen. It will grow in length as it eats more food. You have to make sure that you don't end up getting tangled or hitting the wall, which would result in Game Over.
The goal is to eat as much food as you can while staying alive.
YYou'll be able to see your score on the scoreboard located on the top of your screen, as well as the high score that will be stored in a file and loaded at the beginning of each game.
YYou'll be able to see your score on the scoreboard located on the top of your screen, as well as the high score that will be stored in a file and loaded at the beginning of each game.

# Spotify_playlist_generator
This program validates the given date by the user with regular expression operations and later uses Python's BeautifulSoup library for scraping data from a music website ( https://www.billboard.com/charts/hot-100/ ) for that date, in order to find a list of top 100 songs. Based on the scraped data, it will automatically create a Spotify playlist using the spotipy library (Spotify API) https://spotipy.readthedocs.io/en/master/.
Expand Down

0 comments on commit 9d164ed

Please sign in to comment.