Pinned Repositories
count_words_from_txt_files
Improve exercise 10-10 of "Python crash course" book. Search for user-specified words within the contents of files, using paths provided in a specified list file.
hangman_game
My hangman game
Christos-Verikokos's Repositories
Christos-Verikokos/count_words_from_txt_files
Improve exercise 10-10 of "Python crash course" book. Search for user-specified words within the contents of files, using paths provided in a specified list file.
Christos-Verikokos/First_publish
My first code that I publish. A example from PCC book that I extend it with more features.