In this post you can find useful and frequently used Python snippets. Just copy and paste it!
Category: Misc
Find anything between two words in Notepad++
If you want to find anything between two words in Notepad++, you should use regular expression. For example, if you want to find “h1” tag in your html file, you can find it like this:
How to make page separated Word files from a Word document
For example I have 100 pages of a Microsoft Word document and I want to extract each page’s contents into one file (page_1.doc for first page, page_2.doc for second page and so on), so how should I do it? Fortunately I can run a simple macros script to do it. Watch this tutorial: Here is…
Python Tutorials – Deleting files inside multiple folders
How to delete files using Python? Files inside folders can be deleted easily in this tutorial.
How to create a seamless texture with Photoshop
In this video tutorial I’ll show you how to create a seamless tileable texture from any images with Photoshop.