Skip to content
View TheBooker66's full-sized avatar
๐Ÿ’ญ
Vibin'
๐Ÿ’ญ
Vibin'

Highlights

  • Pro

Block or report TheBooker66

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
TheBooker66/README.md

Hi there ๐Ÿ‘‹

A tad bit about me

I am, first and foremost, a Chemist. I also like coding, and I know Js (& Html, css) and C#. I also have very basic Python knowledge. I've coded websites for Checkers (local multiplayer & local against the computer) and Minesweeper, a lot of random small C# programs (which are a private repo on my Github) and helped greatly with a Whatsapp bot, currently still in development.

These are the languages I code with:

Top Langs

Have a look around, and if you like what you see, be sure to tell me!

Pinned Loading

  1. Technion-Plus-Plus Technion-Plus-Plus Public

    Get the Technion's web-experience out of the stone age.

    JavaScript 1

  2. ArielYat/Whatsapp-bot-Project ArielYat/Whatsapp-bot-Project Public

    WhatsApp Bot ๐ŸŒŸ - for groups and individuals

    TypeScript 10 3

  3. Translate sentences or words and hea... Translate sentences or words and hear them with Google Translate and Wikipedia
    1
    const nodeFetch = require("node-fetch"), request = require("request"), say = require("say");
    2
    
                  
    3
    async function translate(text) {
    4
        text = text.replace(/^Translate to/i).trim();
    5
        //Extracts the text to translated from the text inputted