Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

複数、または単一のExcelファイルを一括で、PDFに変換するデスクトップアプリケーション

License

Notifications You must be signed in to change notification settings

taiki-kuraishi/DesktopExcelToPDFConverterInPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesktopExcelToPDFConverter

Overview


複数、または単一のExcelファイルを一括で、PDFに変換するデスクトップアプリケーションです。

Requirement


MacOS Sonoma 14.0

Installations


方法1 : exeファイルのダウンロード

  1. プロジェクトのリリースページにアクセスします。
  2. 最新のリリースを見つけ、DesktopExcelToPDFConverter.zipをダウンロードします。
  3. DesktopExcelToPDFConverter.zipを解凍します。
  4. DesktopExcelToPDFConverter.exeを実行します。

方法2 : ローカル環境の構築

1.git clone

git clone https://github.com/taiki-kuraishi/DesktopExcelToPDFConverterInPython.git

2.仮想環境の作成

python -m venv venv
source venv/bin/activate

3.パッケージのインストール

pip install -r equirements.txt

4.プロジェクトの実行

python app.py

Technology used


python 3.10 pywebview 4.4 xlwings 0.30.12

html css javascript bootstrap 5.3.0

Reference


Author


Licence


DesktopExcelToPDFConverter is licensed under the MIT License.