Skip to main content

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.

  • Download Python

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"
      

      Example01

      # 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
      

      Example02

    • help

      # Default and Example
      python help
      

      Example03

  • 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)
        

        Example01

Log

  • 0.0.1.1

    • add is_no_file option
  • 0.0.1

    • create project
    • add command
      • add
        • add -p, -P Option
      • help

Copyright

Project details


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

textlog-0.0.1.1-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

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