OnePageAi is a tool designed to generate simple HTML templates for one-page websites. It is made for both developers and everyday users who need a quick and easy solution for creating single-page web.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements
python main.py
python main.py -h
python main.py -n 'Star Wars Store' -lg 'English' -s 'Banner,Products,About Us,Contact' -d 'Welcome to Galaxy Treasures, your one-stop Star Wars shop! Discover collectibles, action figures, and apparel from the epic saga. Join us for exclusive events and meet fellow fans!' -p "/home/hildegar/starwars-store.html" -pc "#2c3e50" -sc "#2980b9" -bc "#f7f7f7"