Skip to content

Commit db9e815

Browse files
committed
add recovering deleted files tutorial
1 parent 75250fc commit db9e815

File tree

3 files changed

+554
-0
lines changed

3 files changed

+554
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
288288
- [How to Compress Images in Python](https://www.thepythoncode.com/article/compress-images-in-python). ([code](python-for-multimedia/compress-image))
289289
- [How to Remove Metadata from an Image in Python](https://thepythoncode.com/article/how-to-clear-image-metadata-in-python). ([code](python-for-multimedia/remove-metadata-from-images))
290290
- [How to Create Videos from Images in Python](https://thepythoncode.com/article/create-a-video-from-images-opencv-python). ([code](python-for-multimedia/create-video-from-images))
291+
- [How to Recover Deleted Files with Python](https://thepythoncode.com/article/how-to-recover-deleted-file-with-python). ([code](python-for-multimedia/recover-deleted-files))
291292

292293
- ### [Web Programming](https://www.thepythoncode.com/topic/web-programming)
293294
- [Detecting Fraudulent Transactions in a Streaming Application using Kafka in Python](https://www.thepythoncode.com/article/detect-fraudulent-transactions-with-apache-kafka-in-python). ([code](general/detect-fraudulent-transactions))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [How to Recover Deleted Files with Python](https://thepythoncode.com/article/how-to-recover-deleted-file-with-python)

0 commit comments

Comments
 (0)