Cif File Zone Axis

Hello, I am trying to simulate some materials from materials project using pymatgen and the API key I have, the simulation software is called prismatic, and I want to simulate the materials on three different zone axis (1,0,0) (1,1,0) (1,1,1), when I download the cif file (conventional standard), I get the xyz file of that by multiplying the coordinates by the corresponding cell dimensions, which is giving me (1,0,0) zone axis when I simulate it, I was able to transform that to (1,1,0) zone axis by using a rotation matrix, but struggling with the (1,1,1) zone axis, I was just wondering if there was an automatic way to specify the zone axis when downloading the cif file or using pymatgen?