这是个有趣的包,
输入语言,就能返回对应hello world的写法
比如:
ch=Choose()
ch.choose="c"
ch.print_data()
result:
#include<stdio.h>
int main(void) {
printf("Hello World!
");
return 0;
}
ch=Choose()
ch.choose="java"
ch.print_data()
result:
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Raw data
{
"_id": null,
"home_page": "https://github.com/sklfihggczx/every_hello_tools",
"name": "every-hello-tools-zs",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "sklfihggczx",
"author_email": "zsdching1026@gmail.com",
"download_url": "",
"platform": null,
"description": "\u8fd9\u662f\u4e2a\u6709\u8da3\u7684\u5305\uff0c\r\n\u8f93\u5165\u8bed\u8a00\uff0c\u5c31\u80fd\u8fd4\u56de\u5bf9\u5e94hello world\u7684\u5199\u6cd5\r\n\u6bd4\u5982\uff1a\r\nch=Choose()\r\nch.choose=\"c\"\r\nch.print_data()\r\n\r\nresult:\r\n#include<stdio.h>\r\n int main(void) {\r\n printf(\"Hello World!\r\n\");\r\n return 0;\r\n}\r\n\r\nch=Choose()\r\nch.choose=\"java\"\r\nch.print_data()\r\n\r\nresult:\r\npublic class HelloWorld {\r\n public static void main(String[] args) {\r\n System.out.println(\"Hello World!\");\r\n }\r\n}\r\n",
"bugtrack_url": null,
"license": "",
"summary": "this package is fun package,just how to use different software Language write hello world",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/sklfihggczx/every_hello_tools"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bf7981fa180ed0a8256b2e4ffabf1bd834d6d5176c22d4fe957d74e077656f7a",
"md5": "0468bdd6fdad78e949128d38f7f81e2b",
"sha256": "391d8b6c65c4ff2f568b8db23fedae12766b1b2997843c5c1dd2ec5641a19b30"
},
"downloads": -1,
"filename": "every_hello_tools_zs-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0468bdd6fdad78e949128d38f7f81e2b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 2774,
"upload_time": "2024-02-27T19:28:24",
"upload_time_iso_8601": "2024-02-27T19:28:24.947481Z",
"url": "https://files.pythonhosted.org/packages/bf/79/81fa180ed0a8256b2e4ffabf1bd834d6d5176c22d4fe957d74e077656f7a/every_hello_tools_zs-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-27 19:28:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sklfihggczx",
"github_project": "every_hello_tools",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "every-hello-tools-zs"
}