Calculator App
- Added the splash screen before the starting of the application. The splash screen will last for 5 seconds and will close automatically after the completion of time and the application will launch where we can do various calculations.
- Adding the splash screen used the pyglet library in python.
- Also, added the "Splash Screen_Calculator App.gif" in the "Media" folder
- Added the logo to the title bar.
- Also added the "Logo_Calculator App.gif" in the "Media" folder.
- Resized the buttons and screen frame and also increased the spacing between the two buttons.
The gif of Splash Screen: https://github.com/prathimacode-hub/Awesome_Python_Scripts/blob/bec348cfbe660cbe50bffd3b610f9bf1b24993cc/GUIScripts/Calculator%20App/Media/Splash%20Screen_Calculator%20App.gif
Screenshot Of Buttons Resized: https://github.com/prathimacode-hub/Awesome_Python_Scripts/blob/bec348cfbe660cbe50bffd3b610f9bf1b24993cc/GUIScripts/Calculator%20App/Media/Resized%20the%20buttons.png
Added Logo In Title Bar: https://github.com/prathimacode-hub/Awesome_Python_Scripts/blob/bec348cfbe660cbe50bffd3b610f9bf1b24993cc/GUIScripts/Calculator%20App/Media/Added%20Logo.png
Complete Functioning of All the Updates: https://github.com/prathimacode-hub/Awesome_Python_Scripts/blob/bec348cfbe660cbe50bffd3b610f9bf1b24993cc/GUIScripts/Calculator%20App/Media/Splash%20Screen%20Functioning.mp4
Khushi Sharma