您可以使用以下步骤在PyCharm中提取txt文件的部分内容:
open()
file = open('filename.txt', 'r')
read()
content = file.read()
close()
file.close()
以上是提取txt文件部分内容的基本步骤。您可以根据具体需求进一步处理和操作提取的内容。