nimaid / python3-template

The personal Python 3 project template for nimaid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nimaid's Python 3 Project Template

The personal Python 3 project template for nimaid.

The program's main image.

Download the latest release here!

Syntax help:

> python3-template.exe -h
usage: python3-template.exe [-h] -1 FIRST_ARG [-2 SECOND_ARG] [-o OPCODE]

A template for Python 3 scripts, by nimaid.

Default parameters are shown in [brackets].

options:
  -h, --help            show this help message and exit
  -1 FIRST_ARG, --first FIRST_ARG
                        the first argument
  -2 SECOND_ARG, --second SECOND_ARG
                        the second argument [1]
  -o OPCODE, --operaton OPCODE
                        the operation to perform on the arguments, either "+", "-", "*", or "/" [+]

Remove This After Initialization

Run init.bat to set project info.

About

The personal Python 3 project template for nimaid.

License:GNU General Public License v3.0


Languages

Language:Python 86.4%Language:Batchfile 13.6%