is there a way to split a given file whether a text file or image file into smaller chunks of equal size and reassemble them again in python ?
Asked
Active
Viewed 194 times
1
-
1Welcome to Stack Overflow. Do you mean something like [How to Split Image Into Multiple Pieces in Python](https://stackoverflow.com/q/5953373/9110128)? – Joey Apr 28 '19 at 21:52
-
1Possible duplicate of [How to Split Image Into Multiple Pieces in Python](https://stackoverflow.com/questions/5953373/how-to-split-image-into-multiple-pieces-in-python) – Rafael Apr 28 '19 at 22:18
-
No i have to be able to split both types in the same way i am not sure how though – Ali Osman Apr 28 '19 at 22:28