Skip to content

dax665/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Python Web Calculator

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.

๐Ÿš€ Live Demo

View the Calculator Live

๐Ÿ› ๏ธ Tech Stack

  • Frontend: HTML5, CSS3
  • Logic: Python 3.11 (PyScript)
  • Hosting: GitHub Pages

๐Ÿ“– How it Works

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.

โœจ Features

  • 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.

๐Ÿ› ๏ธ Built With

  • HTML5/CSS3: For the structure and styling.
  • PyScript: To execute Python code in the HTML.
  • GitHub Pages: For free web hosting.

๐Ÿ“‚ Project Structure

  • index.html: Contains the layout, styles, and the Python script logic.
  • README.md: Documentation for the project.

About

a simple calculator for adding numbers made using html,python,css3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages