A simple, functional web calculator built using HTML, CSS, and Python. This project uses PyScript to run Python logic directly in the web browser, eliminating the need for a traditional backend server.
- Frontend: HTML5, CSS3
- Logic: Python 3.11 (PyScript)
- Hosting: GitHub Pages
This project uses PyScript to interpret Python code directly in the browser's assembly. This allows us to use Python's clean syntax for mathematical logic without needing a backend server like Flask or Django.
- Python-Powered: Calculation logic is written in Python rather than JavaScript.
- Responsive Design: A clean, centered UI that works on desktop and mobile.
- Serverless: Runs entirely on the client side via GitHub Pages.
- HTML5/CSS3: For the structure and styling.
- PyScript: To execute Python code in the HTML.
- GitHub Pages: For free web hosting.
index.html: Contains the layout, styles, and the Python script logic.README.md: Documentation for the project.