topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 6:33 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Idea: Global Word Counter (GWC)  (Read 4029 times)

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Idea: Global Word Counter (GWC)
« on: October 08, 2019, 02:01 PM »
Hello,

I am a writer who works on many projects in parallel (books, novels, white papers, etc.). As a writer it is important to have a way to keep one's motivation and progress front and center. I have found numerous word counters and writing analytics on the Internet, but they only work online. Some have to have the text copy/pasted to use. The other present limitation is my writing app has word counters, but only for the current project. When I write I have several projects open and "bounce" from one window to another as my writing juices direct. I know this is unconventional, but it is how I work best. So, I need an app which can be...

Here are the needs in order of priority...

Version 1 (essential features)
  • Small and concise as possible, but with no text or labels smaller than 14 point font. I have vision challenges.
  • Used offline on my Windows 10 laptop. It would be something like a keylogger, but would not record any keystrokes only the fact a key was pressed and increment a counter.
  • Keystroke count incrementer.
  • User-configurable keystrokes per word entry box.
  • Word counter with reset.
  • Word goal entry box with a "Words to Go" readout.
  • Pause feature to prevent counting typing out an email, grocery lists, etc.
   

Version 2 (if a developer wishes to enhance the GWC further in no particular order, but all features would be nice).
  • A meter bar or "speedometer" to see progress visually.
  • A user-configurable minute timer with visual and audible alert to remind the writer to take a break from looking at the screen.
  • Optional "Always on Top" switch.


Gratefully,
Calvin

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
Re: Idea: Global Word Counter (GWC)
« Reply #1 on: October 08, 2019, 02:21 PM »
the only problem with your request is that you are essentially asking for a keylogger.

i bet theres an existing keylogger that will capture what you type.  but not with these particular features.

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Idea: Global Word Counter (GWC)
« Reply #2 on: October 08, 2019, 02:28 PM »
Thanks for the reply, but since there is no way to be absolutely sure a keylogger would not be a potential threat to collecting data I decided to stay clear of anything which records keystrokes.

if key pressed
ctr=ctr+1
repeat
« Last Edit: October 08, 2019, 02:55 PM by CodeTRUCKER »

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Re: Idea: Global Word Counter (GWC)
« Reply #3 on: October 09, 2019, 06:03 AM »
Hello Calvin, I'm working on a "Multilingual Word Counter":

First part (CTRL-C word counter) comes for evaluation first.

If you consider such a copy functionality as viable, your Global Word Counter idea can be made a derivative from this code.

Also, I recently did a formatter with the initial monitor functionality: Clipboard Call Number Formatter v0.1.0

What do you say? Can it work via clipboard?
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com
« Last Edit: January 29, 2020, 08:30 AM by publicdomain »

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Idea: Global Word Counter (GWC)
« Reply #4 on: October 09, 2019, 08:31 PM »
Thank you for your interest in helping. Unfortunately, I am not understanding. This is not your fault. Sometimes I have a gimpy noodle.

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Re: Idea: Global Word Counter (GWC)
« Reply #5 on: October 09, 2019, 11:25 PM »
Thank you for your interest in helping. Unfortunately, I am not understanding.

Hey! No worries CT. Actually, no need to understand the former message as I can make it as per your original request.

Used offline on my Windows 10 laptop. It would be something like a keylogger, but would not record any keystrokes only the fact a key was pressed and increment a counter.

As I code for the public domain and all of the program's source code is open, the fact it doesn't act as a "recording" keylogger is provable so this isn't a concern.

In short: I'll take this as per your original requirements!  :Thmbsup:

Cheers!
Vic
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Idea: Global Word Counter (GWC)
« Reply #6 on: October 10, 2019, 12:26 AM »
Sure. Thank you. Oops! I forgot to define the tool needs to count all letters, numbers and all punctuation and symbols, but not SPACE, ALT, SHIFT, CTRL, and ESC. Essentially, any text that can be written should be included. Thanks again for your interest.