Come up with any topic that you find missing from the repo :)
| Programs | Location |
|---|---|
| A program to find duplicate files in all sub-directories of a directory | FindDuplicateFilesInDir.py |
| Ping-Pong Game | Ping_Pong_Game.py |
| Program to add two numbers | add-numbers.py |
| Tic-tac-toe Game | tictactoe.py |
| Amazon back stock project | amazon-back-stock.py |
| A program to determine whether the number is Armstrong number or not | armstrong-number.py |
| Beautiful turtle pattern program | beautiful_turtle_pattern.py |
| Binary Search Algorithm | binary_search.py |
| A program to print ASCII Value of Character | print-ascii.py |
| Blackjack Game | blackjack.py |
| Create Excel file using python | create-excel-file.py |
| A program to read excel file | read-excelfile.py |
| Bresenham | bresenham.py |
| Coffee-machine | coffee-machine.py |
| A program to find compound interest | compound-interest.py |
| Coordinates sorting | coordinates_sorting.py |
| A program to find factorial of given number | factorial.py |
| A program to factorize an integer into prime factors | prime_factorization.py |
| Caesar Cipher Encryption Program | caesar_cipher.py |
| A program to deal with reverse words and swap cases | reverse_words_and_swap_cases.py |
| A formula based Python program to find sum of series with cubes of first n natural numbers | sum-of-series.py |
| A Program to find sum of square of first n natural numbers | sum-of-squares.py |
| A Python program of recursion list sum | sum_of_list.py |
| A program to deal with swap case | swap_case.py |
| Python Dictionary to find mirror characters in a string | mirror_function.py |
| Python Program for Bubble Sort | bubble_sort.py |
| FLAMES game | FLAMES game |
| rock-paper-scissors game | rockpaperscissors game |