Which IDE you should use for Python?

                     TOP 4 PYTHON IDE Hey guys, In this post I will show you that which IDE you should use especially for python language. These are as follows: - PyCharm - Vs Code - PyDev -Syder  So, above are the IDEs That i recommend you guys to check out and do code in it. These IDEs has their own good performance features.  *If you have any kind of problems regarding programming feel free to ask me on comments section* Till then Good Bye!

Python Advance Alarm/Reminder App Project

    Python Advanced Alarm/ Reminder App

A few days ago, I was working on this python advanced reminder app idea and it is very beneficial for my daily routine work the below is the code of python file in which you have to write OR just copy paste the code in your python file.

 

Advantages of this Reminder App:
- You can easily input your reminder, and the time on which you have to wake up or to do your work.

- You can also convert your python file to .exe file(executable file), from which you can send to your friends this App.

- You have to don't worry about your work coz in this app you can set a ringtone also, and that's it!

- You can also write about this reminder app in your CV OR in your resume also, and can show your friends about this app so they can also implement.

Disadvantages of this Reminder App:
- There are no disadvantages of this app coz it will not harm to your pc.

Required Modules in this project:
- Playsound
 
- Time
 
- Pyttsx3
How to install the modules:
- In your terminal, or in windows powershell write pip install *package name*. And, finally the package will be installed on your system automatically.
 
 You can use any of the IDE which is best for python like
- VS(Visual Studio Code)
OR
- Pycharm


NOTE: You can comment down below your errors in python. So I can reply you back and try to solve your guys problems!

                                    CODE:


Comments

Popular posts from this blog

Which IDE you should use for Python?