@@ -122,7 +122,18 @@ Range[5]
122
122
123
123
7 . Enjoy!
124
124
125
- ### Using pyforchange.pfcf package
125
+ ### Export PFCF code using pyforchange package
126
+
127
+ Import executepfcf from pyforchange.pfcf.read.
128
+ ``` python
129
+ from pyforchange.pfcf.read import executepfcf
130
+ ```
131
+ Execute <yourfilename >.pfcf
132
+ ``` python
133
+ executepfcf(< yourfilename> )
134
+ ```
135
+
136
+ ### Using pyforchange package in order to create log files
126
137
127
138
#### Example 1
128
139
Import pfcf and give the instructions.
@@ -142,7 +153,7 @@ l.read()
142
153
First, log1_0.pfcf file is made.
143
154
144
155
v2.0.2 or upper:
145
- ``` PFCF
156
+ ```
146
157
hello[,world",|hello\[,world\",|by Eanorambuena~this text can not be printed~,
147
158
```
148
159
@@ -160,7 +171,7 @@ by Eanorambuena
160
171
161
172
162
173
Finally, ` 0 ` is append to log1_hist.pfcf file.
163
- ``` PFCF
174
+ ```
164
175
0
165
176
```
166
177
@@ -175,7 +186,7 @@ l.read()
175
186
First, log1_1.pfcf file is made.
176
187
177
188
v2.0.2 or upper:
178
- ``` PFCF
189
+ ```
179
190
:this text can not be printed:,
180
191
```
181
192
@@ -186,7 +197,7 @@ Then, log1_1.pfcf is read and printed.
186
197
187
198
188
199
Finally, ` 1 ` is append to log1_hist.pfcf file.
189
- ``` PFCF
200
+ ```
190
201
0
191
202
1
192
203
```
0 commit comments