A Python-powered personal wiki can be built using a lightweight web framework like Flask. Below is a simple, functional personal wiki application with features like creating, editing, and viewing pages, with content saved as markdown files.
Python-Powered Personal Wiki (Flask + Markdown)
Features
-
Create new pages.
-
Edit existing pages using a Markdown editor.
-
View rendered pages.
-
Markdown-based for portability and ease of formatting.
How to Run
-
Save the script as
wiki.py. -
Run the script with
python wiki.py. -
Visit
http://localhost:5000in your browser. -
Your wiki pages will be stored in a
wiki_pagesfolder in.mdformat.
Let me know if you want to add user authentication, search, or media uploads.
Share this Page your favorite way: Click any app below to share.