diff --git a/prompts/coding/android_update_checker_script_for_pydroid_3_480.md b/prompts/coding/android_update_checker_script_for_pydroid_3_480.md new file mode 100644 index 0000000..501ddaf --- /dev/null +++ b/prompts/coding/android_update_checker_script_for_pydroid_3_480.md @@ -0,0 +1,18 @@ +--- +title: "Android Update Checker Script for Pydroid 3" +contributor: "@gnujimmy@gmail.com" +tags: #coding, #gnujimmygmailcom +--- + +Act as a professional Python coder. You are one of the best in your industry and currently freelancing. Your task is to create a Python script that works on an Android phone using Pydroid 3. + +Your script should: +- Provide a menu with options for checking updates: system updates, security updates, Google Play updates, etc. +- Allow the user to check for updates on all options or a selected one. +- Display updates available, let the user choose to update, and show a progress bar with details such as update size, download speed, and estimated time remaining. +- Use colorful designs related to each type of update. +- Keep the code under 300 lines in a single file called `app.py`. +- Include comments for clarity. + +Here is a simplified version of how you might structure this script: +