Search for files under the specified directory. Extract the file name and file path and import them as data.

Overview
# Folderandfileoperation version.01

■【リソースの使用方法】
1) 任意の場所に FolderAndFileOperetion.exe と同階層に config.ini を配置してください。
2) config.ini は、ファイル検索時に区分属性を2種類設定可能で、それぞれので区分を任意に複数設定可能です。

<<初期設定>>
 [TYPE]
TYPE0 = ,00,True ←属性区分初期表示(defaultは空白)
TYPE1 = 標準,01,False
・
TYPEX = 区分名,区分値,初期表示設定(True or False)

 [DOC_TYPE]
DOC_TYPE0 = ,00,True ←属性区分初期表示(defaultは空白)
DOC_TYPE1 = 基本設計,01,False
・
DOC_TYPEX = 区分名,区分値,初期表示設定(True or False)

3) FolderAndFileOperetion.exeをクリック後、起動し、SearchFileListタブもしくは、Settingタブにて登録・検索・Reload(再呼び込み)を
  実施すると、同階層にSqliteのDBファイルが自動的に作成されます。
   存在しない場合は、自動で新規のDBファイルを作成します。

■【SearchFileListとSettingの使用方法】
1) Settingタブにて取り込みたいファイル群をフォルダー単位で、属性を指定して「Add」ボタンにて一時登録します。
2) 一覧に一時登録中のデータはSettingタブ上の一覧には、反映「未済」となっています。
   ※この時点では、SQLite未登録状態です。
3) 設定タブのフォルダパスを登録するためには、「Reflection」ボタンを押下してください。SQLiteに登録され、反映「済」となります。
4) SearchFileListタブを選択し、「Reload」ボタンを押下するとSettingタブにて設定したフォルダ配下にある全て(サブフォルダ含む)のファイルを検索し、リスト表示します。
   ※この時点でSQLiteに自動登録されます。
5) 一覧は、属性およびファイル名(曖昧検索可)で絞って表示させることが可能です。 
6) 一覧行を選択後、「FileOpen」を押下すると選択行のファイルを開きに行きます。
   ※拡張子をアプリ起動に選択してない場合は、起動選択プロンプトを選択してください。
7) 一覧行を選択後、「FolderOpen」を押下すると選択行のファイルのあるフォルダがExplorerが起動し、開きます。

■【FileCopys使用方法】
1) FileCopysタブは、左側がコピー元になり、右がコピー先になります。
2)  左Folderを指定すると右下部のテキストエリアにフォルダ配下のファイル名一覧が表示されます。
3)  コピー元ファイルを選択(選択したファイルは背景色が水色になります)中央の「>>」押下でコピー先のテキストエリアにファイル名が配置されます。
4)  コピー先フォルダを指定後、「FileCopys」ボタンを押下するとコピー先テキストエリアにあるファイル名で指定したコピー先フォルダにファイルコピーが実行されます。
Owner
G-jon FujiYama
ボチボチ、開発にちょっとだけ便利なアプリなど公開したいと思います。
G-jon FujiYama
A python script generate password files in plain text

KeePass (or any desktop pw manager?) Helper WARNING: This script will generate password files in plain text. ITS NOT SECURE. I needed help remembering

Eric Thomas 1 Nov 21, 2021
Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib

scandir, a better directory iterator and faster os.walk() scandir() is a directory iteration function like os.listdir(), except that instead of return

Ben Hoyt 506 Dec 29, 2022
Extract an archive file (zip file or tar file) stored on AWS S3

S3 Extract Extract an archive file (zip file or tar file) stored on AWS S3. Details Downloads archive from S3 into memory, then extract and re-upload

Evan 1 Dec 14, 2021
Small-File-Explorer - I coded a small file explorer with several options

Petit explorateur de fichier / Small file explorer Pour la première option (création de répertoire) / For the first option (creation of a directory) e

Xerox 1 Jan 03, 2022
Transforme rapidamente seu arquivo CSV (de qualquer tamanho) para SQL de forma rápida.

Transformador de CSV para SQL Transforme rapidamente seu arquivo CSV (de qualquer tamanho) para SQL de forma rápida, e com isso insira seus dados usan

William Rodrigues 4 Oct 17, 2022
Annotate your Python requirements.txt file with summaries of each package.

Summarize Requirements 🐍 📜 Annotate your Python requirements.txt file with a short summary of each package. This tool: takes a Python requirements.t

Zeke Sikelianos 8 Apr 22, 2022
A simple bulk file renamer, written in python.

Python File Editor A simple bulk file renamer, written in python. There are two functions, the bulk rename and the bulk file extention change. Bulk Fi

Sam Bloomfield 2 Dec 22, 2021
Python interface for reading and appending tar files

Python interface for reading and appending tar files, while keeping a fast index for finding and reading files in the archive. This interface has been

Lawrence Livermore National Laboratory 1 Nov 12, 2021
Extract longest transcript or longest CDS transcript from GTF annotation file or gencode transcripts fasta file.

Extract longest transcript or longest CDS transcript from GTF annotation file or gencode transcripts fasta file.

laojunjun 13 Nov 23, 2022
A simple Python code that takes input from a csv file and makes it into a vcf file.

Contacts-Maker A simple Python code that takes input from a csv file and makes it into a vcf file. Imagine a college or a large community where each y

1 Feb 13, 2022
A python script to convert an ucompressed Gnucash XML file to a text file for Ledger and hledger.

README 1 gnucash2ledger gnucash2ledger is a Python script based on the Github Gist by nonducor (nonducor/gcash2ledger.py). This Python script will tak

Thomas Freeman 0 Jan 28, 2022
An object-oriented approach to Python file/directory operations.

Unipath An object-oriented approach to file/directory operations Version: 1.1 Home page: https://github.com/mikeorr/Unipath Docs: https://github.com/m

Mike Orr 506 Dec 29, 2022
Simple archive format designed for quickly reading some files without extracting the entire archive

Simple archive format designed for quickly reading some files without extracting the entire archive

Jarred Sumner 336 Dec 30, 2022
Search for files under the specified directory. Extract the file name and file path and import them as data.

Search for files under the specified directory. Extract the file name and file path and import them as data. Based on that, search for the file, select it and open it.

G-jon FujiYama 2 Jan 10, 2022
This project is a set of programs that I use to create a README.md file.

🤖 codex-readme 📜 codex-readme What is it? This project is a set of programs that I use to create a README.md file. How does it work? It reads progra

Tom Dörr 224 Jan 07, 2023
Pti-file-format - Reverse engineering the Polyend Tracker instrument file format

pti-file-format Reverse engineering the Polyend Tracker instrument file format.

Jaap Roes 14 Dec 30, 2022
Measure file similarity in a many-to-many fashion

Mesi Mesi is a tool to measure the similarity in a many-to-many fashion of long-form documents like Python source code or technical writing. The outpu

GatorEducator 3 Feb 02, 2022
CSV To VCF (Multiples en un archivo)

CSV To VCF Convierte archivo CSV a Tarjeta VCF (varias en una) How to use En main.py debes reemplazar CONTACTOS.csv por tu archivo csv, y debes respet

Jorge Ivaldi 2 Jan 12, 2022
Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files

asammdf is a fast parser and editor for ASAM (Association for Standardization of Automation and Measuring Systems) MDF (Measurement Data Format) files

Daniel Hrisca 440 Dec 31, 2022
Instant Fuzzy File Search for Alfred

List all the files inside a folder using fd, and instantly fuzzy-search through all of them using fzf, all from inside Alfred with a single keyword: fzf.

Mr. Pennyworth 37 Nov 30, 2022