Simple python text log
Project description
Get Started with textlog
Simple Python Text Log
Getting Started
- Use our step-by-step guide to get started with
textlog
in minutes.
1. Download Python
-
Get started with Python to use everything in the
textlog
.
2. Get the command line tool
pip install textlog
3. Use
-
Command
-
add
# Default python log.py add "FILE NAME" "CONTEXT" # Example python log.py add "dongs" "update >> 0.0.1 --> 0.0.2"
# Option # -p : Write and print at same time. # -P : Specifies the path of the file. # Example python log.py add -P "c:" log "(2019.10.20 20:23) process >> END" -p
-
help
# Default and Example python help
-
-
Python
-
log
file_name context path=None # Path where the file will be stored # default(None) : Interpreter execution location isPrint=False # with print
-
Example
import textlog textlog.log("dongs", "update >> 0.0.1 --> 0.0.2", path="c:/", isPrint=True)
-
-
Log
-
0.0.1.1
- add is_no_file option
-
0.0.1
- create project
- add command
- add
- add
-p
,-P
Option
- add
- help
- add
Copyright
- Copyright (C) 2019 LEE DONG GUN. (gnyontu39@gmail.com) and contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file textlog-0.0.1.1-py3-none-any.whl
.
File metadata
- Download URL: textlog-0.0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 834e38a52b83bcb517366a9852e4e473e00a6b25aa3c0ce6a70458d1c1c170c8 |
|
MD5 | 040dc32fd20bec389e35497dc84a68dc |
|
BLAKE2b-256 | bdca81987e4c717f67e53438fc9d2800475144fd8753b98e9889b8536925cfde |