A tool to count the lines in your Python project, and give some statistics such as comment count, blank line count, and more.
CountMyLines will analyze your Python code, project or directory, and it will count the total number of lines. It will also count the number of blank lines, comment lines, and code lines, and provide some interesting statistics about your project.