1.4 Importing the required libraries

Begin your project by importing the essential libraries using ‘import’ statements, granting access to their functions and tools.
These imports allow you to harness the functionality of the specified required libraries in your resume formatting project.

import os
import re
import ast
import docx
import json
import time
import openai
import PyPDF2
import subprocess
from docx import Document
from docx.shared import RGBColor, Pt, Inches
from docx.enum.text import WD_PARAGRAPH_ALIGNMENT

Run the above block of code to import the required libraries