cs50p-final-project
There are 7 repositories under cs50p-final-project topic.
ryantusi/Word-Frequency-Analyzer-and-Visualization
📊 The Word Frequency Analyzer and Visualization is a Python program designed to analyze the frequency of words in a given text or a set of texts. This tool is perfect for anyone interested in understanding the distribution of words within a passage and visualizing the most commonly used words. 🔍
kylekce/Comic-Lens
Comic Lens is an open-source desktop application designed for both readers and translators alike, offering a seamless solution for manga, comics, and webcomic translation. This tool enable users to effortlessly translate characters or texts with precision and ease.
aviiciii/hangman
My final project for cs50python course.
ggeerraarrdd/portfoliofy
A REST API to generate portfolio-ready screenshots of your awesome web projects
uzairaslam19/NewsBreeze
A single purpose desktop app that lets the user input a keyword and scrapes the web for relevant news articles. The user also has an option to get Summaries of the news articles from GPT 3.5 turbo API
matteoppet/tic-tac-toe
Command Line Interface game with sound effects
bedzon94/contacts
This is a simple Python program that allows you to manage a contacts list. The program provides basic functionality for adding, listing, searching, and deleting contacts. It uses a dictionary to store contact details with names as keys.