An open API service indexing awesome lists of open source software.

https://github.com/devlights/pytmp

Pythonスクリプトを試す用
https://github.com/devlights/pytmp

python python3

Last synced: about 2 months ago
JSON representation

Pythonスクリプトを試す用

Awesome Lists containing this project

README

          

# pytmp

個人用のPythonメモプログラム置き場

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/devlights/pytmp)

```sh
$ task init
task: [init] gp open main.py

$ task run
task: [run] python3 main.py

$ task jupyter
task: [jupyter] gp open main.ipynb

$ task clean
task: [clean] rm *.py
```