A free, sophisticated and completely automated tool for creating websites with a Web Interface and simple multiple-choice options.
Tip
If you feel something is missing or have a template or idea to contribute with, please contact me on discord @lukaspalm
.
Important
There are not yet enough templates to build a full site. Wait for a release to ensure the tool is fully functional.
Warning
This will clone the in-development repo, which may not be completely functional or have missing templates. Soon there will be a release which is completely functional. The download instructions for the release will appear below.
Use Git to clone this repository to your machine.
git clone https://github.com/lukaspalm/WebsiteCreator-2.0.git
Go into the WebsiteCreator directory and install the required dependencies using the Python package manager Pip.
cd WebsiteCreator-2.0
pip install -r requirements.txt
Run app.py.
python3 app.py
Press "Try it out", this will lead you to /create.
From here on you simply follow the instructions. Firstly, choose a navbar and press "Add". Then choose the content of your page in the order you want it and press "Add" after selecting each component to add it to your site. Finally, add a footer and press "Finish" to download a .zip containting all page files you need.
Note
After downloading you can simply go into the files and change the text and images to your liking!
The first version is done, and any major changes will not be made. Templates are yet to be added, and contributing with copy-right free templates are welcome!
If you want to contribute, you can add me on discord (username "lukaspalm") and talk to me there. Thank you in advance!