Skip to content

Files

This branch is 244 commits behind shivangdubey/HacktoberFest2020:master.

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 5, 2020
Oct 7, 2020
Oct 7, 2020
Oct 9, 2020
Oct 8, 2020
Oct 8, 2020
Oct 3, 2020
Oct 6, 2020
Oct 9, 2020
Oct 4, 2020
Oct 5, 2020
Oct 8, 2020
Oct 5, 2020
Oct 7, 2020
Oct 5, 2020
Oct 9, 2020
Oct 8, 2020
Oct 3, 2020
Oct 4, 2020
Oct 3, 2020
Oct 9, 2020
Oct 10, 2020
Oct 6, 2020
Oct 4, 2020
Oct 4, 2020
Oct 11, 2020
Oct 6, 2020
Oct 3, 2020
Oct 12, 2020
Oct 7, 2020
Oct 3, 2020
Oct 4, 2020
Oct 4, 2020
Oct 5, 2020
Oct 14, 2020
Oct 3, 2020
Oct 13, 2020
Oct 3, 2020
Oct 9, 2020
Oct 3, 2020
Oct 14, 2020
Oct 4, 2020
Oct 11, 2020
Oct 3, 2020
Oct 3, 2020
Oct 3, 2020
Oct 9, 2020
Oct 3, 2020
Oct 4, 2020
Oct 7, 2020
Oct 3, 2020
Oct 5, 2020
Oct 5, 2020
Oct 3, 2020
Oct 10, 2020
Oct 10, 2020

Python

This folder holds all the Python programs added by developers.

Programs

  • Calculator.py - A calculator written in TKinter

  • DecimalToBinary.py - A decmial to binary converter

  • die_game.py - A simple game with dice

  • Guess_Game.py - A game where the program tries to guess a number

  • Health_Reminder.py - A script to remind yourself to do healthy things every once in a while

  • receiptgenerator.py - A receipt generator

  • snake_game.py - Snake written in Python using PyGame

  • dinoBot.py - Google's Dinosaur Game Bot written in Python

  • morsecode-translator.py - A program to translate morsecode to english and vice versa

  • simplelinearregression.py - A Simple Linear Regression For Predicting a gold price

  • motion_detection.py - python program to detect motion in videos .

  • sudoku_gui.py - python program created using tkinter ( press space bar to run the alogrithm and complete the game in seconds )

  • text_translator.py - a python program for converting text in different languages.

  • Matrixmultusingnumpy.py- Python program to multiply matrices using numpy.