shivangdubey / HacktoberFest2020

Repository to let enthusiasts create issues and pull requests for the Open Source event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HacktoberFest2020

Repository to let enthusiasts create issues and pull requests for the Open Source event Hacktoberfest

Featured Video: 18:11

NOTE

No Pull request would be accepted without a brief description about the project or code being pulled.

Table of Contents

About the Repository:

(There are 2 scripts in this repository)

  1. Basic Number Guessing Game, created in Python3
  2. Receipt Generator for Shopping bills
  3. Calculator using tkinter in python

Libraries/Tools used:

  1. Random package
  2. Math package
  3. tkinter package

Concepts used:

  1. While loop
  2. If-Else
  3. Graphical User Interface

How The Guess Game Works:

  1. Step One: Add your name.
  2. Step Two: Select an option to guess a number.
  3. Step Three: The game starts to guessing the numbers.

Screenshot

Calculator:

This Program runs on both Windows and Linux operating systems by using pycharm, anaconda 3 or both. other python editor with the python version 3.x. This software is developed by python 3.x. I've used tkinter module for the Graphical user interface. It is more secure which means you need not enter other anything except the numerical values. It is more relevant and easy to use for users.

  1. It performs Addition, Subtraction, Multiplication and Division
  2. If you want to clear the recent entered value, you should click the button C
  3. If you want to erase the history, you should click the button AC

Screenshots Input Given Obtained Output

Alt Text

Development

Want to contribute? Great! Please check the Contribution guideline.

This repository is the starter code for you. Therefore, I would like to accept your pull requests 😎

About

Repository to let enthusiasts create issues and pull requests for the Open Source event

License:MIT License


Languages

Language:Python 89.4%Language:Java 2.6%Language:C++ 2.3%Language:C 2.0%Language:JavaScript 1.9%Language:HTML 1.0%Language:Jupyter Notebook 0.4%Language:CSS 0.3%Language:C# 0.2%