Skip to main content

安全输入工具库,支持彩色输出,KeyboardInterrupt保护等

Project description

Code_Tools

介绍:

一个给初学者制作的 Python 工具库, 基于 Python 3.14.4 制作

安装

pip install code_tools

可用内容

color()

参数包括text_color(选择颜色,使用ANSI序列码), mode(显示方式, 常用的是"1", 如果不需要显示方式, 使用默认方式可以输入"0"), IsEnter 默认是True, 也就是多换一行, 你可以更换设置为False让输出没有多余换行, 函数参数最后面可以增加end, sep等操作

clear_screen()

直接输入这个函数名就可以让代码检测你的系统并使用对应的清屏命令

例如:

"win32" = Windows

else = macOS, Linux

对应代码为:

from sys import platform, exit
from subprocess import run

if platform == "win32" # <- win32 == Windows
    run("cls", shell=True)
else: # <- 包括 macOS 和 Linux
    run("clear", shell=True)
safe_input()
safe_int()
safe_float()

除了 safe_input 以外都包括 ValueError 处理, 因为 input 不可能触发 ValueError

3个函数包括的参数有: prompt, text_color, mode

prompt 是用户输入提示

text_color 是用户提示的颜色, 就像 color 函数中的 text_color 一样

mode 也是 color 中的意思, 不过这次如果 color 和 mode 参数不写就会使用默认参数 ( 37 白色和 0 默认)

< 感谢您的阅读, 我是Luci_Code, 一名2014年出生的开发者 >

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

luci_code_tools-0.1.2.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

luci_code_tools-0.1.2-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file luci_code_tools-0.1.2.tar.gz.

File metadata

  • Download URL: luci_code_tools-0.1.2.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for luci_code_tools-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5d938cdd472ebc767cea7fd65a5a9774ff76eb6ccd343af437311d70f27b5648
MD5 4600fca6b21c9e7af8181754a61ef331
BLAKE2b-256 f7e0d356e7e131ebb1da11063a711aa943f46fe32ffae28a0a5f8841da7fc141

See more details on using hashes here.

File details

Details for the file luci_code_tools-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for luci_code_tools-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1524c7b78706bd3e666baab8e72c6f9dfbdbfd22e804d7ca04143bd4f5d6c2dc
MD5 e6049163d4503a842913b91baf3fcd9e
BLAKE2b-256 cda780be1bc73f406284103613f1dc1e02dca13c249640a4bda6dea7ef0c0ed3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page