1810suman
I'm a B.tech student specializing in (Artificial Intelligence and Machine Learning). I'm passionate about all things tech and love diving into the world of AI.
Dronacharya College of EngineeringDelhi, India
Pinned Repositories
1810suman
Config files for my GitHub profile.
First-Repo
First repository for demo and learning purpose.
Movie-Searcher-App
The Movie Searcher is built with Python and Tkinter, allows users to search for movie information. Upon entering a movie title and clicking "Search," the app queries the OMDB API for details like title, year, genre, and plot. Retrieved data is displayed in the app's window. Error messages notify users if the movie is not found or an issue occurs.
Notes-and-password-manager
This project offers users a platform to create, edit, and delete notes alongside storing website details and passwords. Entries are saved in text format directly to the browser's local storage. It is useful to organize information but the lack of encryption makes this method less secure to store sensitive data. It's a good project for EG subject.
Notes-and-password-manager-with-Encryption-of-password
This project is with Encryption in JavaScript lets users securely store and manage notes and passwords. Using a master password, AES encryption encrypts and decrypts data. User entries include notes, website details, and more, all safely stored in browser local storage, enhancing security without compromising user convenience.
Sentiment-Analyzer-App
The Sentiment Analysis App, built with tkinter and TextBlob, features a main window with a violet background. Users input text in a provided box, clicking "Analyze Sentiment" triggers analysis. The app checks for empty input, displays results (Positive, Neutral, Negative) in a label below. Continuous event handling keeps the app responsive.
Snake-Game
The Snake game's Python code uses Tkinter for its graphical interface. The SnakeGame class manages snake movement, food generation, and collision detection. Arrow keys control the snake, which grows by eating red food dots. The game can be paused/resumed with a button and restarted upon game over.
Speedy-Collector-Quest
The Python tkinter game code creates a compact 600x400 window where players control a blue character to collect green items while avoiding red obstacles. Features include adjustable speed, a pause button, and scoring. The objective is to collect all items without hitting obstacles for a high score.
1810suman's Repositories
1810suman/Notes-and-password-manager
This project offers users a platform to create, edit, and delete notes alongside storing website details and passwords. Entries are saved in text format directly to the browser's local storage. It is useful to organize information but the lack of encryption makes this method less secure to store sensitive data. It's a good project for EG subject.
1810suman/1810suman
Config files for my GitHub profile.
1810suman/First-Repo
First repository for demo and learning purpose.
1810suman/Movie-Searcher-App
The Movie Searcher is built with Python and Tkinter, allows users to search for movie information. Upon entering a movie title and clicking "Search," the app queries the OMDB API for details like title, year, genre, and plot. Retrieved data is displayed in the app's window. Error messages notify users if the movie is not found or an issue occurs.
1810suman/Notes-and-password-manager-with-Encryption-of-password
This project is with Encryption in JavaScript lets users securely store and manage notes and passwords. Using a master password, AES encryption encrypts and decrypts data. User entries include notes, website details, and more, all safely stored in browser local storage, enhancing security without compromising user convenience.
1810suman/Sentiment-Analyzer-App
The Sentiment Analysis App, built with tkinter and TextBlob, features a main window with a violet background. Users input text in a provided box, clicking "Analyze Sentiment" triggers analysis. The app checks for empty input, displays results (Positive, Neutral, Negative) in a label below. Continuous event handling keeps the app responsive.
1810suman/Snake-Game
The Snake game's Python code uses Tkinter for its graphical interface. The SnakeGame class manages snake movement, food generation, and collision detection. Arrow keys control the snake, which grows by eating red food dots. The game can be paused/resumed with a button and restarted upon game over.
1810suman/Speedy-Collector-Quest
The Python tkinter game code creates a compact 600x400 window where players control a blue character to collect green items while avoiding red obstacles. Features include adjustable speed, a pause button, and scoring. The objective is to collect all items without hitting obstacles for a high score.