Every Beginners Must Know Python is Easy | PYCHARM | PYTHON MINI PROJECTS | Top 10

Опубликовано: 28 Апрель 2026
на канале: The Innovator
261
10

Assalamu Alaikum Guys...

#everyoneshouldknowaboutpython
#everybeginnersmustknow

In this Video, we will create 10 python mini-projects.
1. Dice roll simulator
Topics: random module, looping, and if-else
Hint: Using a random module generate a random number between the range from 1 to 6 when the user wants.

2. Guess the number game
Topics: random module, for loop, f strings

3. Random password generator
Topics: random module, joining strings, taking input
Hint: Create a string with all characters, then take random characters from it and concatenate each char to make a big string.

4. Binary search
Topics: list,sorting,searching
Hint: First Check whether it is present in the middle or not then check for front and rear.

5. Sending emails using python
Topics: import packages, SMTP lib, sending a request to the server.

6. Medium Article Reader
Topics: web scraping, text to speech
Hint: Take the URL of the article as input, scrape the text from the link and then pass it to text to speech.

7. Alarm clock
Topics: DateTime module, play sound library

8. URL shortener
Hint: To run the code do python filename.py url .
eg: python tinyurl_url_shortener.py https://www.wikipedia.org/

9. Weather app
Topics: Web scraping, scraping google
Hint: Use web scraping to scrape weather information straight from google.

10. Key logger
Topics: pynput library, interaction with files
Hint: Using pynput read the key presses and then save them onto a txt file.

I hope you found this tutorial helpful and that it inspires you to continue exploring the world of python with ​⁠‪@IslamandInnovations‬ 💕❤️

SUBSCRIBE TO ​⁠‪@SoulfulIslamicReadings‬

Instagram :   / the_in.novator  
Simple Registration Form Github(link) : https://github.com/Ashikrahman123/Pyt...

#howtomakeagameinpython
#learnpythonwithproject
#pythonprojectwithsourcecode
#pythonhacks