8000 GitHub - gymgle/excel-trans: Excel file translation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gymgle/excel-trans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel-trans

python 3.11 with Flet

Etranslate Excel files and keep the original cell format.

What's it looking like?

screenshot

screenshot

How to use?

Download binary from release or clone this repository run with python.

As a Developer

# 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

How to Build?

Build Windows/Linux/macOS executable binary file via PyInstaller.

  1. Install PyInstaller

    $ pip install pyinstaller
  2. Prepare UPX (Optional)

    Download UPX Here, put upx.exe (Windows) to project dir.

  3. Package project

    $ flet pack main.py

You can find the packaged main in dist dir.

About

Excel file translation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0