Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: rename file
Post: rename file

Hi help me please to do this exhausting action I must to rename each manifest files name in each folder (manifest.safe) to be recognized for image processing so I searched all manifest in my folder an...
RolanRoll General Coding Help 0 541 May-18-2023, 02:17 PM
    Thread: find some word in text list file and a bit change to them
Post: RE: find some word in text list file and a bit cha...

hi first of all i appreciate your help (you and ibreeden) and as you can see in my file names in text list file (below) the date repeated 2 times in every file names (in fore example text list fil...
RolanRoll General Coding Help 3 1,550 Jun-27-2022, 01:36 AM
    Thread: find some word in text list file and a bit change to them
Post: find some word in text list file and a bit change ...

hi I need to find some word in my text list file for example V_20220412 in S1A_IW_SLC__1SDV_20220412T022912_20220412T022940_042734_05197D_3860 then i want to omit " _" so then , it is like th...
RolanRoll General Coding Help 3 1,550 Jun-26-2022, 12:40 PM
    Thread: select files such as text file
Post: RE: select files such as text file

thank you
RolanRoll General Coding Help 2 1,180 Jun-25-2022, 08:07 PM
    Thread: select files such as text file
Post: select files such as text file

Hi I want to find and select files that has the same word in my text list for example choose and select S1A_OPER_AUX_POEORB_OPOD_20190122T120724_V20190101T225942_20190103T005942.EOF In folder: bec...
RolanRoll General Coding Help 2 1,180 Jun-25-2022, 12:56 PM
    Thread: filter every 24 days file (considering file name)
Post: RE: filter every 24 days file (considering file na...

hi again i have installed python 3.8 as you said and i got result but i want to select keeping files from code and delete other files in folder not just showing the desired files and if it is possibl...
RolanRoll General Coding Help 5 2,255 Jun-23-2022, 11:41 AM
    Thread: filter every 24 days file (considering file name)
Post: RE: filter every 24 days file (considering file na...

hi again i faced with problem : from importlib.metadata import files ImportError: No module named metadat i use python2.7 [/quote]
RolanRoll General Coding Help 5 2,255 Jun-20-2022, 03:31 PM
    Thread: rename and add desire "_date" to end of file name before extention
Post: rename and add desire "_date" to end of file name...

hi I have many folders that all of them have same 4 folders( annotation,measurment,preview,support) and 2 files( manifest.saf and .pdf extention) like this: annotation measurement preview support ...
RolanRoll General Coding Help 1 1,252 Jun-10-2022, 03:24 PM
    Thread: select Eof extension files based on text list of filenames with if condition
Post: select Eof extension files based on text list of f...

I want to Select some files in folder based on text list (name of files ( part of name is date )) so i have two inputs one folder that contains (EOF )extension file that I want to select some of...
RolanRoll General Coding Help 1 1,532 Apr-04-2022, 05:27 PM
    Thread: filter every 24 days file (considering file name)
Post: filter every 24 days file (considering file name)

Hi I have a folder that contains many eof extension files name I want to sort them in ordinary way with python code (as you can see in my example the name of all my files contain a date like:20190729...
RolanRoll General Coding Help 5 2,255 Mar-04-2022, 08:39 AM
    Thread: count every 28 files and find desire files
Post: RE: count every 28 files and find desire files

import os path_of_the_directory = 'd:\m' ext = ('.eof') for files in os.listdir(path_of_the_directory): if files.endswith(ext): subindex = 0 subindex = subindex + 24 ...
RolanRoll General Coding Help 3 2,085 Dec-12-2021, 03:51 PM
    Thread: count every 28 files and find desire files
Post: count every 28 files and find desire files

hi i need a code to get first file (after sorting files in folder) then count every 24 files index from that, pick them up then save them in another folder in other word filter and select files wi...
RolanRoll General Coding Help 3 2,085 Nov-14-2021, 01:50 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020