Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POSTFIX CALCULATOR File #154

Merged
merged 1 commit into from
Oct 12, 2022
Merged

POSTFIX CALCULATOR File #154

merged 1 commit into from
Oct 12, 2022

Conversation

Nirvik07
Copy link
Contributor

Description

A calculator which converts infix expression to postfix expression. I will create a Tkinter app using python for this calculator.

Motivation and Context

Closes: #47

How Has This Been Tested?

  • Install Tkinter by using pip in terminal
pip install Tkinter
  • Run the postfix.py file.

Screenshots (if appropriate):

2022-10-12 18-33-10

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@its-puneet its-puneet merged commit f921808 into its-puneet:main Oct 12, 2022
@Nirvik07
Copy link
Contributor Author

@its-puneet could you please add the hacktoberfest-accepted label on this pr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

POSTFIX CALCULATOR USING PYTHON
2 participants