Skip to content

Tim-Abwao/blog-projects

Repository files navigation

Blog Projects

This is where the code for the projects from my blog lives.

For anyone interested in trying them out.

Getting Started

  1. Download the files:

    git clone https://github.com/Tim-Abwao/blog-projects.git
    cd blog-projects
  2. Install dependencies:

    For Linux/MacOS:

    python3 -m venv venv
    source venv/bin/activate
    pip install -U pip
    pip install -r requirements.txt

    For Windows:

    py -3 -m venv venv
    venv\Scripts\activate
    pip install -U pip
    pip install -r requirements.txt
  3. Navigate to a project, and peruse the README.md file within it for further details/instructions.

About

A collection of the projects covered in my blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages