# 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」ボタンを押下するとコピー先テキストエリアにあるファイル名で指定したコピー先フォルダにファイルコピーが実行されます。
Search for files under the specified directory. Extract the file name and file path and import them as data.
Overview
A tool written in python to generate basic repo files from github
A tool written in python to generate basic repo files from github
An easy-to-use library for emulating code in minidump files.
dumpulator Note: This is a work-in-progress prototype, please treat it as such. An easy-to-use library for emulating code in minidump files. Example T
Python library for reading and writing tabular data via streams.
tabulator-py A library for reading and writing tabular data (csv/xls/json/etc). [Important Notice] We have released Frictionless Framework. This frame
This is a junk file creator tool which creates junk files in Internal Storage
This is a junk file creator tool which creates junk files in Internal Storage
Pure Python tools for reading and writing all TIFF IFDs, sub-IFDs, and tags.
Tiff Tools Pure Python tools for reading and writing all TIFF IFDs, sub-IFDs, and tags. Developed by Kitware, Inc. with funding from The National Canc
File-manager - A basic file manager, written in Python
File Manager A basic file manager, written in Python. Installation Install Pytho
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
File support for asyncio
aiofiles: file support for asyncio aiofiles is an Apache2 licensed library, written in Python, for handling local disk files in asyncio applications.
pytiff is a lightweight library for reading chunks from a tiff file
pytiff is a lightweight library for reading chunks from a tiff file. While it supports other formats to some extend, it is focused on reading tiled greyscale/rgb images, that can also be bigtiffs. Wr
Python function to construct a ZIP archive with on the fly - without having to store the entire ZIP in memory or disk
Python function to construct a ZIP archive with on the fly - without having to store the entire ZIP in memory or disk
A simple library for temporary storage of small files
TemporaryStorage An simple library for temporary storage of small files. Navigation Install Usage In Python console As a standalone application List o
A Python library that provides basic functions to read / write Aseprite format files
A Python library that provides basic functions to read / write Aseprite format files
Uproot is a library for reading and writing ROOT files in pure Python and NumPy.
Uproot is a library for reading and writing ROOT files in pure Python and NumPy. Unlike the standard C++ ROOT implementation, Uproot is only an I/O li
Convert All TXT Files To One File.
AllToOne Convert All TXT Files To One File. Hi 👋 , I'm Alireza A Python Developer Boy 🔭 I’m currently working on my C# projects 🌱 I’m currently Lea
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
Python package to read and display segregated file names present in a directory based on type of the file
tpyfilestructure Python package to read and display segregated file names present in a directory based on type of the file. Installation You can insta
Python Sreamlit Duplicate Records Finder Remover
Python-Sreamlit-Duplicate-Records-Finder-Remover Streamlit is an open-source Python library that makes it easy to create and share beautiful, custom w
Simple Python File Manager
This script lets you automatically relocate files based on their extensions. Very useful from the downloads folder !
Copy only text-like files from the folder
copy-only-text-like-files-from-folder-python copy only text-like files from the folder This project is for those who want to copy only source code or
Here is some Python code that allows you to read in SVG files and approximate their paths using a Fourier series.
Here is some Python code that allows you to read in SVG files and approximate their paths using a Fourier series. The Fourier series can be animated and visualized, the function can be output as a tw