Hey!
Everything in this will be my learning of Python and just projects I decide to do with it! Started learning 11/13/2023
Here's my current projects
- Login Authentication
- Clone this repo:
git clone https://github.com/DanKasBus/Python.git
- Create a virtual environment:
python3 -m venv .venv
- Activate the virtual environment:
source .venv/bin/activate
A small script that handles login with a backoff timer