https://github.com/sn1f3rt/codeclauseinternship_calculator-in-python
A basic calculator implemented using Python as my second project for the CodeClause Internship.
https://github.com/sn1f3rt/codeclauseinternship_calculator-in-python
calculator python python3
Last synced: about 2 months ago
JSON representation
A basic calculator implemented using Python as my second project for the CodeClause Internship.
- Host: GitHub
- URL: https://github.com/sn1f3rt/codeclauseinternship_calculator-in-python
- Owner: sn1f3rt
- License: cc0-1.0
- Created: 2023-08-01T05:06:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T15:15:12.000Z (over 1 year ago)
- Last Synced: 2025-03-19T10:57:50.082Z (2 months ago)
- Topics: calculator, python, python3
- Language: Python
- Homepage: https://www.linkedin.com/posts/sayan-bhattacharyya_codeclause-activity-7101240069486735361-BdOH
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator in Python
> A basic calculator implemented using Python as my second project for the CodeClause Internship.
## Requirements
Tested on Python 3.11.2
## Usage
```shell
# Clone the repository
git clone https://github.com/Sn1F3rt/CodeClauseInternship_Calculator-in-Python
# Run the script
python calculator.py
```## License
[Creative Commons Zero v1.0 Universal](LICENSE)
Copyright © 2023 Sayan Bhattacharyya