Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CodeCounter.py #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 16, 2023

  1. Update CodeCounter.py

    - Replace nested dictionaries with classes and objects
    - Add custom logger with colored output
    - Add type hints to function signatures
    - Update variable names to follow Python conventions
    - Modularize code into functions
    - Use tqdm library for progress bar functionality
    
    The changes involve restructuring the code using classes and objects instead of nested dictionaries. Additionally, a custom logger is implemented with colored output to enhance visibility. Function signatures are annotated with type hints for improved clarity. Variable names are updated to adhere to Python naming conventions. The code is modularized into functions for better organization and reusability. The tqdm library is utilized to provide progress bar functionality during file traversal.
    lordlogo2002 authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    e6adc17 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from lordlogo2002/lordlogo2002-patch-1

    Update CodeCounter.py
    lordlogo2002 authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    1e8e67b View commit details
    Browse the repository at this point in the history