0
2

Python Tools / Python Labs

Last updated at Posted at 2024-04-28

Python Tools / Python Lab

Python でツールを開発したり技術を研究したりしたものをアップしていきます。

Python Tools

時々、公私で Python スクリプトのツールを作成しています。
うち、私的に作成したソースコードを公開していきます。

Python ツール #1 ― 簡単なソースコードカウンター
Python ツール #2 ― 簡単な Excel ファイル統計(ひな形)
Python ツール #3 ― ファイルエンコーディングチェッカー
Python ツール #4 ― GUI でコマンド実行
Python ツール #5 ― PDF 操作(回転、結合)

Python Labs

時々、個人的に Python で技術研究しています。
そのソースコードを公開していきます。

Python Lab #1 ― Flask with React/Vue
Python Lab #2 ― FastAPI with React
Python Lab #3 ― Selenium Web テスト自動化
Python Lab #4 ― 顔認識 on GUI
Python Lab #5 ― 日本語解析 on GUI

説明で使用するソースコードのライセンス

MIT License

Copyright (c) 2024 Hirotoshi FUJIBE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2