Skip to content

Create android.yml #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Create android.yml #215

wants to merge 3 commits into from

Conversation

waynus84
Copy link

@waynus84 waynus84 commented Jun 5, 2023

No description provided.

@ghost
Copy link

ghost commented Jul 23, 2023

Android yml

@DawoodAchakzai786
Copy link

About QPython
QPython integrates the Python interpreter, AI model engine and mobile development tool chain, supports Web development, scientific computing and intelligent application construction, provides a complete mobile programming solution, and provides developer courses and community resources to help continuous learning.

What's NEW

## v3.5.2 (2025/2/25)
Achieve seamless integration with the open source LLM deployment tool Ollama and deepseek developed by DeepSeek! This means:
✅ Zero threshold to run various large language models locally on mobile devices
✅ Quickly deploy cutting-edge AI models such as DeepSeek
✅ Enjoy a minimalist API calling experience
✅ Build a completely offline intelligent programming environment

With this update, you will be able to experience immediately:
🔧 Load/manage LLM models directly on the mobile phone
⚡ Real-time low-latency response based on local computing


Check it out now!
QPython download resources

We recommend that you download and install the latest version of QPython and its related resources from your mobile app store first. If you cannot get it from the app store, you can also download it from the following network disk.
Community & Feedback

Welcome to join the QPython community to learn and discuss with many QPythoneers.
- 加入中文交流社区
- Join QPython Discord

We recommend that you contact us and provide feedback through the QPython community, which is a relatively convenient way. Of course, you can also share your feedback with us through the following channels.
- Report App's Issue
- Request Extension Package

Built with Sphinx using a theme provid by QPython. © QPython (2012-2025)

2025/2/25文(2012-2025)This XML file does not appear to have any style information associated with it. The document tree is shown below.




com.android.vending.derived.apk.idcom.android.vendingimport androidhelper droid = androidhelper.Android() droid.notify(‘Hello’,’QPython’,’http://qpython.org’) # you could set the 3rd parameter None also/data/app/~~kfH61AyHGNEZ706toTdoOw==/ai.chat.app-O0IsTa5lLYZbgHVNZrvfhQ==/base.apkhttp://qpython.org

@DawoodAchakzai786
Copy link

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Secure Form Example</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background: #f0f2f5;
      padding: 20px;
    }
    .form-container {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      width: 300px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    input[type="text"], input[type="password"], input[type="date"], input[type="file"], input[type="search"] {
      width: 100%;
      padding: 8px;
      margin: 8px 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    input[type="submit"] {
      background: #007bff;
      color: white;
      padding: 10px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    input[type="submit"]:hover {
      background: #0056b3;
    }
  </style>
</head>
<body>

<div class="form-container">
  <h2>Secure Login Form</h2>
  <form action="#" method="POST">

@DawoodAchakzai786
Copy link

<title>Secure Form Example</title> <style> body { font-family: Arial, sans-serif; background: #f0f2f5; padding: 20px; } .form-container { background: #fff; padding: 30px; border-radius: 10px; width: 300px; box-shadow: 0 0 10px rgba(0,0,0,0.1); } input[type="text"], input[type="password"], input[type="date"], input[type="file"], input[type="search"] { width: 100%; padding: 8px; margin: 8px 0; border: 1px solid #ccc; border-radius: 5px; } input[type="submit"] { background: #007bff; color: white; padding: 10px; border: none; border-radius: 5px; cursor: pointer; } input[type="submit"]:hover { background: #0056b3; } </style>

Secure Login Form

``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants