An open API service indexing awesome lists of open source software.

https://github.com/lironmiz/python_mini_projects

my python mini projects as part of the complete python Pro Bootcamp for 2023 - 100 Days of Code course
https://github.com/lironmiz/python_mini_projects

100-days-of-code api beautifulsoup bootstrap5 css3 flask html5 mathplotlib numpy pandas pycharm python3 pythongui requests sympy-library threading tkinter turtle udemy-course webscraping

Last synced: 7 months ago
JSON representation

my python mini projects as part of the complete python Pro Bootcamp for 2023 - 100 Days of Code course

Awesome Lists containing this project

README

          


🐍 python_mini_projects 🐍

my python mini projects as part of 100 days of code course on udemy and some of them just for fun🤯.

![](http://ForTheBadge.com/images/badges/made-with-python.svg)


![](https://img.shields.io/tokei/lines/github/lironmiz/python_mini_projects?color=red&label=Lines%20of%20Code)
![Size](https://img.shields.io/github/repo-size/lironmiz/python_mini_projects?color=red&label=Repo%20Size%20)

# :notebook_with_decorative_cover: Table of Contents

- [The Graduation Certificate](#star2-the-graduation-certificate)
- [Course Material](#books-course-material)
- [Some Of The Projects](#sparkles-some-of-the-projects)
- [Contact](#handshake-contact)
- [Acknowledgements](#gem-acknowledgements)

# :star2: The Graduation Certificate

![image](https://user-images.githubusercontent.com/91504420/212911957-b12ef080-cc73-414b-af52-6c50939e0fcf.png)

![ItsOfficialGIF](https://user-images.githubusercontent.com/91504420/213181015-4098c4d8-4092-4608-bcdf-162f1d40a90e.gif)

(back to top)

# :books: Course Material
+ Python 3 - the latest version of Python
+ PyCharm, Jupter Notebook, Google Colab
+ Python Scripting and Automation
+ Python Game Developmenment
+ Web Scraping
+ Beautiful Soup
+ Selenium Web Driver
+ Request
+ WTFormes
+ Data Science
+ Pandas
+ NumPy
+ Matplotlibe
+ Plotly
+ Scikit learn
+ Seaborn
+ Turtle
+ Python GUI Desktop App Development
+ Tkinter
+ Front-End Web Development
+ HTML 5
+ CSS 3
+ Bootstrap 4
+ Bash Command Line
+ Git, GitHub and Version Control
+ Backend Web Development
+ Flask
+ REST
+ APIs
+ Databases
+ SQL

(back to top)

# :sparkles: Some Of The Projects

## Project 1️⃣ -> Sudoku Solver

### about the project:

a simple program that solve sudoku. you enter the state of the sudoku at the start state and it print you the sudoku board solved using numpy.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210162750-8c9ad336-65b8-42c6-b681-78ed2b54eff9.png)

## Project 2️⃣ -> Calcluter

### about the project:

basic gui calcluter using tkinter.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210162847-f99f2372-77a4-46e4-904c-499b480cf497.png)

![image](https://user-images.githubusercontent.com/91504420/210162853-a4b7a495-b7ed-4e06-9bd5-365399445213.png)

## Project 3️⃣ -> QR Code Generater

### about the project:

basic gui for generate qr code for links or text using pyqrcode and tkinter.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210162969-210b02e9-149c-4011-893c-c36f8eafc5d9.png)

![WhatsApp Image 2023-01-01 at 08 46 47](https://user-images.githubusercontent.com/91504420/210163065-1c20d333-12d2-479c-9136-484afd058bd2.jpg)

## Project 4️⃣ -> Us States Game

### about the project:

basic gui game using pandas and turtle When it is based on the countries in America, when the user is asked to enter as many names of countries that he remembers in America, and if he entered the name of a valid country, the name appears in its location on the map, and at the end a csv file of countries is created that the user needs to learn.

### Pictures Of The Project:

![image](https://user-images.githubusercontent.com/91504420/210163591-bb0aaa2f-b3ed-4d54-b8ac-6fdb21756fee.png)

![image](https://user-images.githubusercontent.com/91504420/210163597-da49d47c-12b8-42c2-b325-9bed5eb237e5.png)

## Project 5️⃣ -> Turtles Race Game

### about the project:

basic gui race game using turtle When there are 5 turtles of different colors and the user is asked to choose the color of the turtle he thinks will win the race when at the end of the race the user is shown on the terminal if his guess was successful or not

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210163838-17769509-109e-4ed9-947e-df0e42f98569.png)

![image](https://user-images.githubusercontent.com/91504420/210163840-492dd34a-0e7e-491f-8458-36559360012e.png)

![image](https://user-images.githubusercontent.com/91504420/210163859-2b7dfeaf-9d86-43f0-8591-9df55198fff3.png)

## Project 6️⃣ -> Race Game

### about the project:

basic gui race game using turtle When there are two players and each time a die is rolled and the distance the player advances depends on the result of the roll of the die which is random with an equal chance for each side of the die

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210164036-3db95495-f858-4626-83ec-958141538cb5.png)

![image](https://user-images.githubusercontent.com/91504420/210164044-1c59347e-c71f-44fc-986c-7dafa9850ac3.png)

![image](https://user-images.githubusercontent.com/91504420/210164053-cec71361-0d9a-4d15-b08e-efaaeb6547e3.png)

## Project 7️⃣ -> Spirograph

### about the project:

basic gui spirograph created by using mathematics and geometry where the size of the radius of the circle can be determined and the colors are automatically selected

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210164135-c7e6c7f7-6f42-4688-847c-eb28b1c18250.png)

![image](https://user-images.githubusercontent.com/91504420/210164182-0e3de85e-35f2-474f-ad00-743815d1ca68.png)

## Project 8️⃣ -> Hirst Panting

### about the project:

basic gui art project in turtle that make hirst painting. hirst painting is a famous work of art by damien hirst's

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210164340-2d2c9927-520c-4559-99ac-4755d62303e3.png)

## Project 9️⃣ -> Draw Program

### about the project:

gui draw desktop app under the control of the keyboard when the user has options to move forward straight back right and left increase the size of the pen or decrease it change color and delete the drawing

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210164835-a1b0af18-fedd-4943-ab6e-bf74d9d38939.png)

## Project 1️⃣0️⃣ -> Clock

### about the project:

basic gui clock program that show the current time and updated each minute.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210176265-0b2ed792-40d8-4cd0-ab94-e9d3a32d64f9.png)

## Project 1️⃣1️⃣ -> Turtle Crossy Road

### about the project:

gui game similar to the popular game crossy road when you can only move forward and you have to escape from blocks that are created in random positions on the screen with random colors and you have to move forward while avoiding collision with them when there are stages and when their speed stage increases. also the game was build with principles of oop

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210176591-2f8ea2eb-4888-4e00-a770-1deec35d434c.png)

![image](https://user-images.githubusercontent.com/91504420/210176600-ea4d9e2e-8678-44f8-81ac-3a03f9d359dd.png)

## Project 1️⃣2️⃣ -> Snake Game

### about the project:

gui snake game like the classic and beloved game you can move forward with the arrows right up left and down and you have to eat an apple to increase the length of the snake and not hit the borders of the screen and yourself and the best score is save in data.txt file and bulid with principles of oop

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210177105-ee9201f7-0bc5-40fc-8f3d-e08a6a71349d.png)

## Project 1️⃣3️⃣ -> Quiz App

### about the project:

gui quiz game where you have 10 questions that are randomly selected from a question pool, all questions are true or false questions.and the score of the user is save and go up by one each correct question and bulid with principles of oop

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210177874-08e5bbc0-cda1-4f2a-a355-d29e4e362dfc.png)

![image](https://user-images.githubusercontent.com/91504420/210177893-c520a9a6-7455-4629-88b0-5be20e4cf9ce.png)

## Project 1️⃣4️⃣ -> Pong Game

### about the project:

gui pong game Like the well-known favorite game where the speed of the ball increases every time someone wins a point is built with oop principles

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210183192-7eb062e1-7b99-4c9d-9e4a-02ce03da314c.png)

![image](https://user-images.githubusercontent.com/91504420/210183197-38a18bec-1406-4d4a-bba3-3364e011c3c8.png)

## Project 1️⃣5️⃣ -> Simple Converter

### about the project:

gui converter that convert mile to kilometers.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210183257-796b5e82-0139-49fe-b887-e772e529e741.png)

## Project 1️⃣6️⃣ -> Fizz Buzz Program

### about the project:

gui fizz buzz program using tkinter, threading and mathematics and with given a number, the program returns all numbers from zero to the number that divides the number without a remainder

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210183385-7db126d1-c92e-4efb-8b84-73e43c851377.png)

![image](https://user-images.githubusercontent.com/91504420/210183426-58816d31-cdc5-48b3-b973-0e1a6dda00e7.png)

## Project 1️⃣7️⃣ -> Gender Age Guss Website

### about the project:

A site whose server is written in python with flask and the frontend with html5 in use with an api that you enter a name for and it with the help of an api makes an assessment of your gender and your age and shows it to you on the screen with nice gifs.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210183786-59644836-0fe8-4a39-9c76-dc455d4f2e51.png)

![image](https://user-images.githubusercontent.com/91504420/210183866-f2d2c440-9d88-43d4-9fc3-e1dc7493e985.png)

![image](https://user-images.githubusercontent.com/91504420/210183854-b48561cf-bd76-450d-9b6b-31988819f1ff.png)

## Project 1️⃣8️⃣ -> Higher Lower Site

### about the project:

A site whose server is written in python with flask and the frontend with html5 with the user need to guess a number between 1 and 10 when each guess is shown to the user if his guess is correct higher or lower combined with a suitable and nice gif

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210184061-f36d57ba-8482-4813-bf28-1df004e38d48.png)

![image](https://user-images.githubusercontent.com/91504420/210184068-70fe8187-5e2d-496b-af56-6ac335248b4d.png)

![image](https://user-images.githubusercontent.com/91504420/210184077-c8eb52e5-8020-4cf9-91d1-1bbd79d22fe3.png)

![image](https://user-images.githubusercontent.com/91504420/210184091-4ce98cb2-c58a-4427-a88f-5f4f45b2f542.png)

## Project 1️⃣9️⃣ -> Kanye Quotes Program

### about the project:

a simple program that show quotes of kanye using tkinter and api to get the quotes.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210184207-7f168100-4463-46ef-8505-40b62a39b1cd.png)

![image](https://user-images.githubusercontent.com/91504420/210184229-74355580-5a74-434c-889a-93687ddd6d9e.png)

![image](https://user-images.githubusercontent.com/91504420/210184241-9eb33373-1ac6-46f2-9bd4-a9eee4a69752.png)

## Project 2️⃣0️⃣ -> My Blog Website

### about the project:

a simple blog website using flask and python as as a server language and for frontend it use html5 and css3

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210184450-db4d8546-7c0e-4d74-98f8-9194d1c8f55e.png)

![image](https://user-images.githubusercontent.com/91504420/210184480-e57133d6-cd7c-4100-9e59-88cc5f38005d.png)

## Project 2️⃣1️⃣ -> Math Program

### about the project:

math program using tkinter, threding, numpy, sympy, matplotlib and PIL. when every subject in mathematics is a world. When I did three worlds. The trig world, the world of integrals, and the world of limits. Three important branches of mathematics.

When in the trig world there are calculations of degrees to radians. In addition, there is a place where you enter a trigonometric function that you want with the parameters that you want and it creates a separate page for you with the function.

And in addition there is the use of a file system in which I prepared a summary for each topic and you can write in it and move between the summaries.

In the world of limits there is the definition of lim. and a calculator for calculating limits. You enter the function and the point where you want the limit to be calculated and it calculates it for you even if you want infinity.

In the world of integrals you have an integral calculator. where you can write the function you want to integrate and its limits and it calculates it for you. I really enjoyed building out this project as I learned a lot from it.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210185139-c1734e0c-2a09-457c-9d6b-75184098e109.png)

![image](https://user-images.githubusercontent.com/91504420/210185199-5369849c-b03c-4e51-a008-326229f319d0.png)

![image](https://user-images.githubusercontent.com/91504420/210185263-7b0cb087-f776-4fd3-bdaa-d6729c58ec88.png)

![image](https://user-images.githubusercontent.com/91504420/210185360-83e9c791-23e8-4b41-ab73-726bba3df975.png)

![image](https://user-images.githubusercontent.com/91504420/210185445-c39e9562-6749-458c-8073-39efb5c945d3.png)

## Project 2️⃣2️⃣ -> Password Manager

### about the project:

a simple password manager when you can do a search for passwords for websites you have previously entered information on, you can enter passwords for new websites and even ask the software to generate a random password for you

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210185938-d9085de9-df1d-48af-a2a1-51c181263fee.png)

![image](https://user-images.githubusercontent.com/91504420/210185955-7e4e29e7-9997-4e29-a918-ee4783228063.png)

![image](https://user-images.githubusercontent.com/91504420/210185966-a3331c83-07d6-46bf-9ac0-a4972c0b39d7.png)

## Project 2️⃣3️⃣ -> Pomodoro Program

### about the project:

A graphical application that implements the Pomodoro method - time management method
and the method say you need to set timer to 25 minutes and focus on a single task until the time stops after that you can enjoy 5 min break after four like this you can take a longer break for 15 - 30 min. and this what the porgram do.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210186299-44d8f12e-26b0-4f16-8b4e-2a3a1f69332a.png)

![image](https://user-images.githubusercontent.com/91504420/210186306-69967771-293c-4b2c-8f8c-a2beb69b4e0a.png)

## Project 2️⃣4️⃣ -> Tindog Website

### about the project:

tinder for dogs website with bootstrap html and css and python as backend.

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210186944-bcd8c53d-79bc-4cde-8234-567d4a07078a.png)

![image](https://user-images.githubusercontent.com/91504420/210187047-00b1c30b-f8b5-446a-a30b-c67962fc3f4d.png)

![image](https://user-images.githubusercontent.com/91504420/210187059-cd3d1307-4b7e-4f04-b4f5-9edfc9d86f31.png)

## Project 2️⃣5️⃣ -> Rock Paper Scissors Game

### about the project:

classic terminal rock paper scissors game

### pictures of the project:

![image](https://user-images.githubusercontent.com/91504420/210187472-0eb18c24-0208-485b-8b2a-6368fc86782a.png)

(back to top)

# :handshake: Contact


liron_mizrahi
liron.mizrhai1234

liron LinkedIN

(back to top)

# :gem: Acknowledgements

Links to information that helped me during construction and learning:

- [python3](https://docs.python.org/3/)
- [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
- [Selenium Web Driver](https://www.selenium.dev/documentation/webdriver/)
- [requests](https://requests.readthedocs.io/en/latest/)
- [pandas](https://pandas.pydata.org/docs/)
- [matplotlib](https://matplotlib.org/stable/index.html)
- [tkinter](https://docs.python.org/3/library/tk.html)
- [bootstrap](https://getbootstrap.com/docs/4.1/getting-started/introduction/)
- [html](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [css](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [flask](https://flask.palletsprojects.com/en/2.2.x/)

(back to top)