Posts

Showing posts from 2022

Defferent between Exe, Apk and Ipa in short || WorldofTechnology Science

Image
What are the E xtensions? World Of Computer Science Some basic details about extensions you must know. ๐Ÿง  APK (Android Package Kit) What it is:  The file format used to distribute and install applications on the Android operating system. Uses:  Contains all the program code, resources, assets, and manifest file for an Android app. Devices:  For Android smartphones, tablets, and some Chrome OS devices. Read more... Android Apps are support APKs ๐Ÿคจ IPA (iOS App Store Package) What it is:  The file format for installing applications on Apple’s iOS devices (iPhone, iPad, iPod Touch). Uses:  Contains the binary for the app plus necessary resources and metadata. Devices:  For iOS devices; these files are encrypted and can generally only be installed from the App Store or through development/test builds. Read more... Apple devices support IPA formats ๐Ÿ˜•  EXE (Executable File)   What it is:  The standard file format for programs/applicati...

Make a File Reader || Python File Reader || WorldTechnologyScience

Image
How to make a file Reader and Printer  WorldTechnologyScience Hey Python Lovers! This time around, I will give you an Amazing & Awesome project “file Reader and Printer”. This project is Especially for Intermediate Python programmers. When you run the code, you have to just select the file and the work type After Select and hitting Enter. You will get the Response. Your file can speak or can print the inside.       Requirements to Run the Program! ร˜ Python (version >= 3.2) ร˜ Pyttsx3 Module (pip install pyttsx3)     How does it's work: There are some Screenshot with a clear explanation 1.          When you start the program, you have to click an open file Button.   As figure 1 Opening App   2.          On   click Open file , a screen pop- up will open where you will select the file As shown in figure 2 ร„  ...