Monday, June 9, 2008

open source files

http://osguide.net/

open source guide. you can find lot of open source programs here

wow good site to have lot of files

No comments:

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...