Skip to content

projects

⭐ 1 stars

📊 Project Details

  • Primary Language: Python
  • Languages Used: Python, Shell
  • License: None
  • Created: May 15, 2023
  • Last Updated: March 18, 2026

📝 About

projects

A microsite showing off my programming projects. Note that this website is part of www.aaroncollins.info. View the website at www.aaroncollins.info/projects/.

Setup

  1. Create a virtual environment or activate it if it already exists. On Windows:
    python -m venv venv
    source venv/Scripts/activate
    
  2. Install the requirements
    pip install -r requirements.txt
    
  3. Run rundocs.sh to buil