How to Download and Set Up the NFT Generator Project

This guide will help you download and set up the NFT_Python_generator from GitHub.

Option 1: Download as ZIP

  1. Visit the GitHub repository:                             https://github.com/Yacoub1/NFT_Python_generator                    

  2. Click the green Code button.

  3. Select Download ZIP.

  4. Unzip the downloaded file to a folder of your choice.

  5. Open the folder in your code editor or terminal.

Option 2: Clone with Git (Recommended for Developers)

If you have Git installed, you can clone the repository directly.

Open a terminal and run:

git clone https://github.com/Yacoub1/NFT_Python_generator.git

Then navigate into the project directory:

cd NFT_Python_generator

Set Up the Environment

  1. Install dependencies (you should have Python 3.7+ installed):

  2. pip install -r requirements.txt
  3. Run the tool or use the code examples provided in the course.

Need Help?

If you need help, check the README.md file in the repository or contact the course instructor through the Q&A section.