Metadata-Version: 2.1
Name: lightningtoolkit
Version: 1.0.2
Summary: A toolkit that combines many functions
Home-page: https://github.com/BinaryGuo/Lightning_Toolkit
Author: GQX
Author-email: kill114514251@outlook.com
Classifier: Intended Audience :: End Users/Desktop
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# Lightning Toolkit description

## English

### Project Description
- This project is a toolkit
- Github: https://github.com/BinaryGuo/Lightning_Toolkit/
- Problem feedback: https://github.com/BinaryGuo/Lightning_Toolkit/issues
- Contact email (GQX): kill114514251@outlook.com
- TestPyPI: Same name
## Version
- 1.0.0
### Development environment
- Ubuntu Linux 22.04
- Python 3.10.12
### Change instructions
#### 1.0 (this version)
- This version is the first version
- Add:
1. Forward timer
2. Reverse timer
3. Calculator
4. Dice
5. Date formatting (in English)
### Problem fixing
- None
### Program Description
#### Installation method
Execute on shell
> Pip3 install lightningtoolkit
#### Operation method
Start IDLE
> From lightningtoolkit.run import run
> Run()
### Directory structure (under lightningtoolkit)
```
/
    __init__.py
    run.py
```
### Usage
- After running the program, you will be asked to select the program and follow the prompts to enter the serial number for selection.
- After entering the program, follow the prompts to use the program
- After running the explanation, it will prompt "whether to return". Press 1 to return and press 2 to re execute the program

## 中文

### 项目说明
- 此项目是一个工具包
- github：https://github.com/BinaryGuo/Lightning_Toolkit/
- 问题反馈：https://github.com/BinaryGuo/Lightning_Toolkit/issues
- 联系邮箱（GQX）：kill114514251@outlook.com
- testPyPI：同名

## 版本
- 1.0.0

### 开发环境
- Ubuntu Linux 22.04
- Python 3.10.12

### 改动说明

#### 1.0（此版本）
- 此版本是第一个版本
- 增加：
1. 正向计时器
2. 逆向计时器
3. 计算器
4. 骰子
5. 日期格式化（英文）

### 问题修复
- 无

### 程序说明

#### 安装方法
在shell上执行
> pip3 install lightningtoolkit

#### 运行方法
启动IDLE
> \>>> from lightningtoolkit.run import run  
> \>>> run()

### 目录结构（在lightningtoolkit下）
```
/
    __init__.py
    run.py
```

### 使用方法
- 在运行程序后，会让您选择程序，按照提示输入序号选择。
- 进入程序后，按提示使用程序
- 运行解释后会提示“是否返回”，按1返回，按2重新执行程序
