Download & Register
1Getting to Know PyMe
Welcome to PyMe! This is a visual low-code Python development tool for everyone. Even if you're a complete beginner, you can develop software or games with PyMe.
Main Target Users:
- Python enthusiasts who want to master software development skills
- Developers who want to create independent software or game products based on Python
- Traditional visual programming developers (VB, Delphi) who want to embrace Python
Core Features
- Drag-and-Drop UI Design: Visual interface design, drag-and-drop operation, window interface directly saves Python files, WYSIWYG.
- Visual Programming: Variable binding, event response, function processing can all be done through dialogs or mouse operations without writing code.
- One-Click Cross-Platform Packaging: No complicated configuration needed, one-click to package projects into desktop software or Android packages.
- Game Engine Toolchain: Built-in game engine toolchain based on game development workflow, supporting animation, UI, effects, map, and scene editing.
- Multiple AI Capabilities: Built-in AI model capabilities, supporting AI one-sentence project generation, AI UI beautification, intelligent code completion.
2Download & Launch
System Requirements:
- Windows 10/11 (64-bit)
- At least 8GB RAM
- 1GB available disk space
Download & Install
- Visit PyMe Official Download Page
- Download the latest version installer
- After downloading, extract directly and use, no installation needed
- Double-click PyMe.exe to launch
Note: If antivirus software reports an error during launch, please add PyMe to the trusted list to avoid deletion.
3Register & Login
- Click "Login as Guest User" in the top right to enter the login dialog
- Click "Register New Account", fill in information, agree to the PyMe User Agreement, and click "Register"
- After successful registration, you will be automatically logged in
4First Project: Counter
After launching, let's create your first PyMe project:
- Select "Empty Interface" project, click "Change Path" to set a suitable folder for the project
- Drag a Label from the left control panel to the Form_1 window
- Right-click on Label_1, select "Variable Binding" from the popup menu
- Drag a Button next to Label_1 from the left control panel, double-click to bind an event function
- Click the "Run" button in the top right to run the project
- Click the "Publish" button in the top right to package the executable
Congratulations! You've successfully created your first PyMe project.
5FAQ
Note: If using WIN7/WIN8 systems, you need to use the x86 version of PyMe.
Note: Please download Python from the official source and set the Python runtime environment in PyMe settings.
Platform Features
This section introduces PyMe's various platform pages
Project Structure
This section introduces PyMe's project file organization
Development Guide
This section introduces the complete software development process