Pinned Repositories
100-days-of-code-course
This course aims at improving programming skills and mastering Python by building 100 projects in 100 days. The projects cut accross data science, automation, web development, games and apps!
ADHD-Support-Extension
A browser extension designed to support adults with ADHD in task management, distraction reduction, and focus through minimalist design and features like task breakdown, bionic reading, timers, and focus mode.
cd0037-API-Development-and-Documentation-exercises
Repository associated with CD0037 - API Development and Documentation. Formerly ND0044 v2 - C2
cd0037-API-Development-and-Documentation-project
Udacity ALX-T Full Stack Web Developer Nanodegree Project 2 (Trivia App)
cd0046-SQL-and-Data-Modeling-for-the-Web
Udacity ALX-T Full Stack Web Developer Nanodegree Project 1 (Fyyur App).Fyyur is a musical venue and artist booking site that facilitates the discovery and bookings of shows between local performing artists and venues. This site lets you list new artists and venues, discover them, and list shows with artists as a venue owner.
mail-merge-letters
Mail Merge is a handy feature that incorporates data from text files and allows you to create multiple documents at once, such as letters as was done in this project, saving you the time and effort of retyping the same letter over and over.
ml_cw
personal-blog-website
A blog
pong-arcade-game
Pong game is a two-player table tennis-themed video game. The game involves two pads and a moving ball. The players have to move paddles in an upwards or downwards direction and save the ball from getting hit onto the wall. If the ball hits the wall then it’s a score for another player.Added Pong game functionality using Turtle an inbuilt graphic module in Python
Portfolio
Get to know me more!
ima-eky's Repositories
ima-eky/100-days-of-code-course
This course aims at improving programming skills and mastering Python by building 100 projects in 100 days. The projects cut accross data science, automation, web development, games and apps!
ima-eky/ADHD-Support-Extension
A browser extension designed to support adults with ADHD in task management, distraction reduction, and focus through minimalist design and features like task breakdown, bionic reading, timers, and focus mode.
ima-eky/cd0037-API-Development-and-Documentation-exercises
Repository associated with CD0037 - API Development and Documentation. Formerly ND0044 v2 - C2
ima-eky/cd0037-API-Development-and-Documentation-project
Udacity ALX-T Full Stack Web Developer Nanodegree Project 2 (Trivia App)
ima-eky/cd0046-SQL-and-Data-Modeling-for-the-Web
Udacity ALX-T Full Stack Web Developer Nanodegree Project 1 (Fyyur App).Fyyur is a musical venue and artist booking site that facilitates the discovery and bookings of shows between local performing artists and venues. This site lets you list new artists and venues, discover them, and list shows with artists as a venue owner.
ima-eky/mail-merge-letters
Mail Merge is a handy feature that incorporates data from text files and allows you to create multiple documents at once, such as letters as was done in this project, saving you the time and effort of retyping the same letter over and over.
ima-eky/ml_cw
ima-eky/personal-blog-website
A blog
ima-eky/pong-arcade-game
Pong game is a two-player table tennis-themed video game. The game involves two pads and a moving ball. The players have to move paddles in an upwards or downwards direction and save the ball from getting hit onto the wall. If the ball hits the wall then it’s a score for another player.Added Pong game functionality using Turtle an inbuilt graphic module in Python
ima-eky/Portfolio
Get to know me more!
ima-eky/project
ima-eky/python-mini-projects
A collection of simple python mini projects to enhance your python skills
ima-eky/ScotlandYard
ima-eky/snake-game
The player controls a long, thin creature, resembling a snake, which roams around on a bordered plane, picking up food (or some other item), trying to avoid hitting its own tail or the edges of the playing area. Each time the snake eats a piece of food, its tail grows longer, making the game increasingly difficult.
ima-eky/software-tools01
ima-eky/test
ima-eky/turtle-crossing-game
The objective of this game is to assist a turtle in crossing a street where cars are also driving pass.This game follows Object Oriented Porgramming