Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Odyhibit committed Jun 21, 2024
1 parent 56e6ad1 commit df910b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def check_length(e):
cover_label.configure(text=f"Cover Text - {count_alpha(hidden_str) - count_alpha(cover_str)} left")

def count_alpha(text: str) -> int:
"""count the number of alphabet characters in a bit of text"""
count = 0
for letter in text:
if letter.isalpha():
Expand Down

0 comments on commit df910b4

Please sign in to comment.