Giter VIP home page Giter VIP logo

nsf-gui's Introduction

人名空格补齐实用程序 excel-name-space-formatter (nsf)

本程序可以快速批量对 Excel 中指定单元格内由两个汉字组成的姓名中间添加空格,使其看起来与三个汉字组成的姓名“两端对齐”。

pnf-demo.gif

TOC

下载安装

使用前请确保已经安装了 Excel。

GitHub Release

二进制文件绿色无毒,下完即可运行,干净无依赖,不需要安装 Python。

GitHub Release

源代码

git clone --depth=1 https://github.com/Z4HD/excel-name-space-formatter.git

安装依赖后即可运行

pipenv install
pipenv run main

从源码构建EXE

首先确保已经安装 pipenv

pip3 install pipenv

安装依赖

进入源代码目录后执行

pipenv install --dev

构建可执行文件

pipenv run build

可以在 dist\ 文件夹中找到构建完成的EXE。

清理

删除构建过程中产生的临时文件,不包括 dist\ 目录下的可执行文件。

pipenv run clean

删除构建过程中产生的所有临时文件,包括 dist\ 目录下的可执行文件。

pipenv run cleanall

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.