The ICSD file provides the crystallographic information of a compound, such as the space group, lattice constants, and Wyckoff positions of atoms. These can be used to manually build the crystal structure. Currently, no "intelligent" python script to convert the ICSD file.
The following information as shown in your attached file can be use the build the bulk configuration:
"
Unit Cell 3.9034(5) 3.9034(5) 3.9034(5) 90 90 90
Cryst Sys cubic
Space Group P m -3 m
Atom # OX SITE x y z SOF H ITF(B)
Sr 1 +2 1 a 0. 0. 0. 1. 0 0.48(5)
Ti 1 +4 1 b 0.5 0.5 0.5 1. 0 0.40(6)
O 1 -2 3 c 0. 0.5 0.5 1. 0 1.3(2)
"
BulkConfiguration(
bravais_lattice=SimpleCubic(3.9034 * Ang),
elements=[Strontium, Titanium, Oxygen, Oxygen, Oxygen],
fractional_coordinates=[[0.0,0.0,0.0], [0.5,0.5,0.5],[0.0,0.5, 0.5], [0.5,0.0,0.5],[0.5,0.5,0.0]],
)