Word Count
Quick Intro
TeXstudio doesn't come with the word count integrated in to the menus - I don't know why.
If you have installed MikTeX (recommended) then you already have the texcount utility. (Other LaTeX distributions also come with this.)
However, texcount is a Perl script so you will need to have Perl installed for it to run.
Install Strawberry Perl from their website (free):
https://strawberryperl.com/If you are using the uopthesis class example directory, you can now run the count.bat file by double clicking it. (Your document must be called main.tex for this to work out of the box.)
The result will be found in count.html in the same directory which you can also double click to see the result in a browser.