Pinned Repositories
Password-Generator-Project-Code
This is the password generator code from an earlier program which I built onto and simplified with list comprehension, importing of classes from module, use of join() method and concatenating list into a single password list before shuffling it. This greatly reduced the number of code lines as you can see on openning the password manager project.
miles-to-km-converter-program
Using the tkinter module classes, functions and methods with arithmetics and layout management of tkinter elements I came up with a miles to km converter.
pomodoro-personal-timer
Personal timer created using tkinter module mostly, with a little help from math module and the standard python keywords and functions.
Etch_A_Sketch_App
A drawing/ sketching game
Racing_Turtles_Game
The racing turtle game.
Advanced-Password-Manager--Search-and-JSON-file
Here I improve the password manager program by enabling it save the data in a JSON file rather then a txt file in which it will be easier to read and reproduce. Also I will add a search button with which one can easily retrieve data.
Age_calculator
Auto-tinder-swiper
A tinder swiping bot
automate-filling-forms-and-button-clicking-with-selenium
Here I use selenium module classes like webdriver, Service, By and Keys to automate actions on a website.
automated-game-playing-bot
Automation of the cookie clicker online game with selenium
samuelkibirigek's Repositories
samuelkibirigek/portfolio_website
samuelkibirigek/personal-website
Welcome to my personal website.
samuelkibirigek/ML_RealEstate_Price_prediction_using_many_features
In this project the model takes multiple features, including size, geographical location, and neighborhood, to make accurate predictions of apartment prices. The project involves imputing missing data, encoding non-numerical data, and applying the Ridge method of linear regression, all within a pipeline.
samuelkibirigek/ML_RealEstate_Price_prediction_with_Neighborhood_model
This repository contains a project focused on predicting real estate prices in Buenos Aires, Argentina. The project involves encoding non-numerical data and applying the Ridge method of linear regression, all within a pipeline, to develop a robust predictive model. The model uses neighborhood information to predict real estate prices in the city.
samuelkibirigek/ML_RealEstate_price_prediction_with_Geographical_data_model
This repository contains a project focused on predicting real estate prices using geographical data, specifically latitude and longitude. The project involves extensive data wrangling on a real estate dataset and the use of a pipeline to impute and apply linear regression to develop a predictive model.
samuelkibirigek/Machine_Learning_realestate_price_predictor_with_size_model
This repository contains a project focused on predicting apartment prices based on their size using linear regression. The project involves extensive data wrangling on a real estate dataset and the development of a predictive model.
samuelkibirigek/Housing_in_Mexico_Project
In this project I have a dataset of 21000 properties for sale in Mexico through a real estate website. My goal is to determine whether sale prices are influenced more by size or location. Also I will use the project as an opportunity to explore various techniques of analyzing, cleaning, modeling and visualizing data with python.
samuelkibirigek/ML-AI-Refactory
samuelkibirigek/CSV_data_and_Pandas_in_Python
Here I get to refresh on working with CSV files, manipulation and conversion of files, the use of Pandas library and so much more in Python.
samuelkibirigek/selenium-cookie-clicker
this script automates playing of an online game called cookie clicker.
samuelkibirigek/selenium-application-in-browser-automation
Here I demonstrate the basic application of selenium, libraries and classes in automatic browser tasks.
samuelkibirigek/Coffee-and-wifi-Flask-Web-Project
Another website built with Python, CSS, JS, HTML and utilizing python libraries and frameworks like Flask
samuelkibirigek/Flask-Secret
Website to keep secrets created using Flask WTF forms.
samuelkibirigek/upgraded-blog
An upgraded blog website from what I did earlier. Uses a blog posts API and bootstrap.
samuelkibirigek/HTML-Forms
Html forms logic with flask unwrapped and demonstrated in its simplest form.
samuelkibirigek/TinDog-Complete-Project
the tin dog complete website using bootstrap.
samuelkibirigek/Bootstrap-Components
Bootstrap components repo. Here I go through and demo how various coponents of bootstrap can be applied on a website.
samuelkibirigek/Bootstrap-basics
Demonstration of basic use of bootstrap in web design.
samuelkibirigek/TinDog-Website
Use of bootstrap along with other web development tools to create a site called TinDog, demonstrating multiple concepts and works arounds as well.
samuelkibirigek/blog-templating-with-Flask-and-Jinja
Blog templating demonstration with Flas and Jinja
samuelkibirigek/samuelkibirigek
samuelkibirigek/Jinja-Template-with-Flask
Here I demostrate template building with jinja on the Flask frame work and local server.
samuelkibirigek/name-card
a web personal contact card.
samuelkibirigek/templates-with-flask
Here I use a template from html5up.net website to create a portfolio website with flask server.
samuelkibirigek/my-personal-web-card
Using Flask to create a web personal card.
samuelkibirigek/higher-lower-game-website
Higher lower game on a website with flask. Utilizes rendering HTML elements, url paths with flask and debbuging.
samuelkibirigek/Flask-HTML-URL-PARSING
using flask to parse data
samuelkibirigek/Flask-URL-paths-and-Flask-debugger-demo
A demo on how variables can be parsed from url in flask and how the debugger works.
samuelkibirigek/function-delay-decorator-program
A program that demonstrates how decorators are created and work in python. I create a decorator that uses time module to calculate time taken to run a function and print it out in seconds.
samuelkibirigek/hello_flask
Web development with flask