Skip to main content

Graphs your word count toward a goal

Project description

wordgoal

Build codecov

wordgoal is a command line tool for graphing your word count toward a goal.

wordgoal example

Installation

wordgoal requires Python 3.8 or later.

pip install wordgoal

Configuration

wordgoal reads configuration from a YAML file named wordgoal.yml inside each directory.

For an example, see the wordgoal.yml file for this project.

Describing your word count goals

In order of precedence, a document's word count goal can be described by:

  1. A Markdown document's goal can be described in its front matter:

    ---
    goal:
      words: 400
    ---
    # My 400-word short story
    
    It was the best of times…
    
  2. Any file's goal can be described in its directory's wordgoal.yml:

    files:
      short-story.txt:
        goal: 2000
      long-story.txt:
        goal: 80000
    
  3. To apply the same goal to all the files in a directory, set the default in that directory's wordgoal.yml:

    default:
      goal: 2000
    
  4. If neither a goal nor a default has been described for a file, a goal of 1,000 words will be assumed.

Ignoring files and directories

wordgoal tracks the following files in each directory and subdirectory:

  • *.markdown
  • *.md
  • *.text
  • *.txt

To ignore a specific file or subdirectory, add its name to that directory's wordgoal.yml:

ignore:
  - LICENCE.txt  # file
  - drafts       # subdirectory

Styling the output

Styling options can be set in each directory's wordgoal.yml:

style:
  fractions: true    # <current word count> / <goal>
  percentages: true

Related packages

wordgoal uses:

Thank you! 🎉

My name is Cariad, and I'm an independent freelance DevOps engineer.

I'd love to spend more time working on projects like this, but--as a freelancer--my income is sporadic and I need to chase gigs that pay the rent.

If this project has value to you, please consider ☕️ sponsoring me. Sponsorships grant me time to work on your wants rather than someone else's.

Thank you! ❤️

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

wordgoal-1.1.0-py3-none-any.whl (12.5 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