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 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
MetaMove is written in Python3 and aims at easing batch renaming operations based on file meta data.

MetaMove MetaMove is written in Python3 and aims at easing batch renaming operations based on file meta data. MetaMove abuses eval combined with f-str

Jan Philippi 2 Dec 28, 2021
A file utility for accessing both local and remote files through a unified interface.

A file utility for accessing both local and remote files through a unified interface.

AI2 19 Nov 16, 2022
Extract the windows major and minor build numbers from an ISO file, and automatically sort the iso files.

WindowsBuildFromISO Extract the windows major and minor build numbers from an ISO file, and automatically sort the iso files. Features Parse multiple

Podalirius 9 Nov 09, 2022
Simple addon to create folder structures in blender.

BlenderCreateFolderStructure Simple Add-on to create a folder structure in Blender. Installation Download BlenderCreateFolderStructure.py Open Blender

Dominik Strasser 2 Feb 21, 2022
Convert CSV files into a SQLite database

csvs-to-sqlite Convert CSV files into a SQLite database. Browse and publish that SQLite database with Datasette. Basic usage: csvs-to-sqlite myfile.cs

Simon Willison 731 Dec 27, 2022
Provides a convenient way to append numpy arrays to a file.

Provides a convenient way to append numpy arrays to a file. The NpendWriter and NpendReader classes are used to write and read numpy arrays respective

3 May 14, 2022
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
FUSE filesystem Python scripts for Nintendo console files

ninfs (formerly fuse-3ds) is a FUSE program to extract data from Nintendo game consoles. It works by presenting a virtual filesystem with the contents of your games, NAND, or SD card contents, and yo

Ian Burgwin 343 Jan 02, 2023
Powerful Python library for atomic file writes.

Powerful Python library for atomic file writes.

Markus Unterwaditzer 313 Oct 19, 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
fast change directory with python and ruby

fcdir fast change directory with python and ruby run run python script , chose drirectoy and change your directory need you need python and ruby deskt

XCO 2 Jun 20, 2022
Quick and dirty FAT12 filesystem to ZIP file converter

Quick and Dirty FAT12 Filesystem Converter This is a really crappy Python script I wrote to convert a semi-compatible FAT12 filesystem from my HP150's

Tube Time 2 Feb 12, 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
A platform independent file lock for Python

py-filelock This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-p

Benedikt Schmitt 497 Jan 05, 2023
Python function to stream unzip all the files in a ZIP archive: without loading the entire ZIP file or any of its files into memory at once

Python function to stream unzip all the files in a ZIP archive: without loading the entire ZIP file or any of its files into memory at once

Department for International Trade 206 Jan 02, 2023
LightCSV - This CSV reader is implemented in just pure Python.

LightCSV Simple light CSV reader This CSV reader is implemented in just pure Python. It allows to specify a separator, a quote char and column titles

Jose Rodriguez 6 Mar 05, 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
Object-oriented file system path manipulation

path (aka path pie, formerly path.py) implements path objects as first-class entities, allowing common operations on files to be invoked on those path

Jason R. Coombs 1k Dec 28, 2022
Utils for streaming large files (S3, HDFS, gzip, bz2...)

smart_open — utils for streaming large files in Python What? smart_open is a Python 3 library for efficient streaming of very large files from/to stor

RARE Technologies 2.7k Jan 06, 2023