Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.