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

Conversation

lordlogo2002
Copy link

  • 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.

- 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
Copy link
Author

cool project man, but i thought to myself why not make it better? 😁

@lordlogo2002
Copy link
Author

Could you give me some feedback, what did I wrong. Is there anything I can do better. 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant