In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article is to share with you about how Python builds jump Mini Program. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
1. To install Python, I use Python3.6.4, the specific URL and install Baidu, this step is relatively simple, let's not talk about it here
2. Install numpy. Note that because scipy depends on numpy and MKL, download the version with mkl when downloading. See link: https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
Copy the installation package to the scripts folder under the python installation directory. Under the current directory, you can install numpy directly through pip install + absolute path + version name.
3. Install scipy, download the corresponding version of scipy (I have scipy-1.0.0-cp36-cp36m-win32.whl now), and put it in the scripts folder as well.
Through pip install + absolute path + version name installation, after installation, you can test whether the installation is successful by the impor command.
4. Install matplotlib, download the corresponding version of matplotlib, put it in the scripts folder, and install it directly using the pip install matplotlib command
5. Install Pillow, use pip install pillow directly to install
6. Install the adb toolkit, mainly four tools, which can be placed directly in the project code folder, or in the C disk directory, but to configure the environment variables, I put it directly in the project code folder. Connect the computer to the phone (the phone should be in developer mode). Open the command prompt and use adb devices to see if the phone is connected smoothly.
7. Run the Python code
Open WeChat Mini Programs on your mobile phone and jump in.
Switch to the directory where the source code is located. I put it on the desktop. For example:
Cd C:\ Users\ Administrator\ Desktop\ wechat_jump_game-master
Then run the program
Python wechat_jump_auto.py
You will see that the program in the phone starts to run on its own, and when it jumps to your satisfactory score, you can stop, otherwise it will jump endlessly, and the score is too high and it is easy to be cleared.
Thank you for reading! This is the end of the article on "how to build jumping Mini Program for Python". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 286
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.