![]() |
GD is a python library. It provides various features and an async-ready API wrapper for the geometry dash. It is easy to use. It is used to implement the geometry dash API and is also very handy to work with object-oriented design. Installing GD module on WindowsMethod 1: Using pip to install GD Package Follow the below steps to install the GD package on Windows using pip: Step 1: Install the latest version of Python3 in Windows. Step 2: Check if pip and python are correctly installed or not with the help of the following command:
Step 3: Upgrade your pip to avoid errors during the installation process using the following command:
Step 4: Enter the following command to install GD using pip3.
Method 2: Using setup.py to install GD package Follow the below steps to install the GD package on Windows using the setup.py file: Step 1: Download the latest source package of GD for python3 from here.
Step 2: Now we extract the downloaded gd package with the help of the given command.
Step 3: Now go inside the folder and then enter the following command to install the package.
Verifying GD installation on Windows Make the following import in your python terminal to verify if the installation has been done properly:
If you get any error while importing the module then is not installed properly in your system. |
Reffered: https://www.geeksforgeeks.org
How To |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 11 |