From 44fc396411a7e3bd422199d9f34f66a50fbb2e90 Mon Sep 17 00:00:00 2001 From: "artur.sniegowski" Date: Mon, 13 Nov 2023 13:00:15 +0100 Subject: [PATCH] added submodules --- .gitmodules | 9 +++++++++ News_API | 1 + README.md | 9 +++++++++ Text_base_adventure_game | 1 + Wheel_Of_Fortune | 1 + 5 files changed, 21 insertions(+) create mode 100644 .gitmodules create mode 160000 News_API create mode 160000 Text_base_adventure_game create mode 160000 Wheel_Of_Fortune diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..950f6f3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "Wheel_Of_Fortune"] + path = Wheel_Of_Fortune + url = https://github.com/artursniegowski/Wheel_Of_Fortune +[submodule "News_API"] + path = News_API + url = https://github.com/artursniegowski/News_API.git +[submodule "Text_base_adventure_game"] + path = Text_base_adventure_game + url = https://github.com/artursniegowski/text_base_adventure_game.git diff --git a/News_API b/News_API new file mode 160000 index 0000000..356fe58 --- /dev/null +++ b/News_API @@ -0,0 +1 @@ +Subproject commit 356fe581d4847bced6c6a00eb9c54ddb9d841c76 diff --git a/README.md b/README.md index e2abd3b..2643acc 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,9 @@ The data is scraped from - Empires 100 greates movies of all time. Relevant info # NATO_phonetic_alphabet_converter This program converts the given word to the NATO phonetic alphabet. The NATO phonetic alphabet is read from a file 'nato_phonetic_alphabet.csv' using Pandas library. The user has to type down a word in the console, and it returns a list of phonetic alphabet that matches each of the letters in the given word. +# News_API +News_API is a simple program that makes use of the free online News Api (https://newsapi.org/) and based on our search we will retrive the data and visualizatize it in an interactive matter with python Pygal package. It also includes simple python unittests for error checking. + # Password_manager This program is used to store and generate passwords. It requires filling few fields, like: Website - this is used only as description for future identification. So it is easier to deduct what this password is for. @@ -179,6 +182,9 @@ Here we will use the API: https://www.alphavantage.co/
Here we will use the API: https://newsapi.org/
3. At the end, the data is put together, and the program will send the user an email about the new finding. (this can be easily adjusted to send an SMS text instead with the help of https://www.twilio.com/)
+# Text_base_adventure_game +This is a text-based-game developed with python and OOP principle. + # Turtle_crossing_game In the Turtle crossing game, we have a bunch of cars spawning randomly on the right side of the screen and going across a super busy multilane highway. The player controls the turtle on the bottom side of the road with arrow keyboard 'Up', which can only go forwards. The aim is to cross the road without being hit by the cars driving on it. Once the player reaches the other side of the screen, the cars speed up (next level), but the player goes back to the starting position, ready to cross the screen again. @@ -195,6 +201,9 @@ This is a complaining Twitter bot that will first test your internet speed using # US_States_map_quiz This game tests you on your knowledge of the names of the 50 states in the USA. Every time we guess the correct state name, it will appear on the map at the location of the state. The aim of the game is to remember all the names of the states and to name as many as you can. This is an interactive and educational game. At any time, the user can write in the box "Exit" instead of a state name, and the game will terminate, and output all the missed states to a new file 'states_to_learn.csv'. +# Wheel_Of_Fortune +WheelOfFortune is a popular text game developed using python. Contestants compete to solve word puzzles, similar to those used in Hangman, to win cash and prizes. The wheel is automatically spun for the contestants throughout the course of the game to determine their cash and/or prizes. At the beginning of the game, the user is asked about how many human and computer players should play the game. The player can decide the difficulty level of the computer players. The aim is to guess the phrase or the next character correctly and win the rewards. + # Zillow_rental_research_scraper This is a program that tackles a research data entry job where the aim is to find house prices that fit a particular client's criteria. The house prices will be scrapped diff --git a/Text_base_adventure_game b/Text_base_adventure_game new file mode 160000 index 0000000..a014083 --- /dev/null +++ b/Text_base_adventure_game @@ -0,0 +1 @@ +Subproject commit a01408375206ea1cf6ec1c2b57b76fe3d2163949 diff --git a/Wheel_Of_Fortune b/Wheel_Of_Fortune new file mode 160000 index 0000000..95a0646 --- /dev/null +++ b/Wheel_Of_Fortune @@ -0,0 +1 @@ +Subproject commit 95a064645e6cbdd8761d9d1ca07b3ed786cf6ad8