I created a new I-V curve measurement program using Python. Although it could have been easily written with LabView, the purpose of this project was to completely write a measurement program using Python and AI, as LabView, being a GUI language, is not easy to utilize with AI. The program's function is not to measure DC current I-V curves, but to apply desired AC currents and collect the corresponding 1st & 2nd harmonic signals. I wrote it to perform forward & backward sweeps within the set current range and to allow setting the desired frequency. AI isn't yet able to write a perfect program all at once, but I think there's significance in it helping to establish the framework for parts that were quite cumbersome and inconvenient. After modifying a few minor aspects, I was able to obtain a program that works very successfully.