python 3.11
with Flet
Etranslate Excel files and keep the original cell format.
Download binary from release or clone this repository run with python.
# 1. Clone this project.
$ git clone https://github.com/gymgle/excel-trans.git
# 2. Install pip requirements.
$ cd excel-trans
$ pip3 install -r requirements.txt
# 3. Try it!
$ python main.py
Build Windows/Linux/macOS executable binary file via PyInstaller.
-
Install PyInstaller
$ pip install pyinstaller
-
Prepare UPX (Optional)
Download UPX Here, put
upx.exe
(Windows) to project dir. -
Package project
$ flet pack main.py
You can find the packaged main
in dist
dir.