Skip to content

Basic python script to count the lines you wrote in your projects

License

Notifications You must be signed in to change notification settings

shacharrr/project-line-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

project-line-count

Basic python script to count the lines you wrote in your projects

Usage

In command line: python3.11 plc.py <folder_path> <file_types> <flags>

Example: python3.11 plc.py ./ .py .txt -r

Flags

Currently and probably forever only supports the -r\--recursive flag which tells the software if to check inner directories of the main one

About

Basic python script to count the lines you wrote in your projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages