├── Contributing.md ├── Program ├── 0-1 Knapsack.py ├── 21 Number game.py ├── BFS ├── Binary Search of ordered list.py ├── Binary_search.py ├── Complex_Num.py ├── Converter_Binary_to_Hex.py ├── Coronavirus_python_turtle.py ├── DFS.py ├── Djikstras.py ├── Execute_Code_in_String.py ├── Fibonacci_Numbers.py ├── Fibonacci_in_python.py ├── Find_URL_from_String.py ├── Horspool ├── Implementation_graph.py ├── Jump Game Leetcode Problem.py ├── K_largestPairs ├── Linear search.py ├── List_product.py ├── Maximum subset XOR.py ├── MergeSort.py ├── ModularExp.py ├── NUMBER GUESS.py ├── N_largest_element_in_list.py ├── Palindrome.py ├── Power_of_a_number_in_python.py ├── Powerset ├── QuizGame.py ├── Rohan │ └── Binary.py ├── Rotate_a_String.py ├── Small_Positive_Number_Divisble.py ├── String_can_become_Empty_or_not.py ├── Swayam │ ├── Largest_N_Elements_Array.py │ ├── Matrix_diagonal_sum.py │ └── Reverse_String.py ├── TowerOfHanoi.py ├── Tribonacci_Numbers.py ├── Truck_tour.py ├── Window_Sliding.py ├── Z_algorithm.py ├── a_star.py ├── allPathsSourceTarget.py ├── amstrong_no_between_interval.py ├── armstrong.py ├── arrayToBytes ├── binary to hex.py ├── blackjack.py ├── bubble_sort.py ├── burrows_wheeler.py ├── calculator.py ├── calculatorinpython.py ├── checkleapyear.py ├── decimal_octal_conv.py ├── factorial.py ├── find all factor of a natural number.py ├── guessthenumber.py ├── hamming.py ├── hash.py ├── hill-2-cipher.py ├── insertBtwNodes.py ├── insertion_sort.py ├── keylogger.py ├── km_to_miles.py ├── leapyear.py ├── linkedListRemNode.py ├── linkedlistCreation.py ├── linkedlistTraversal.py ├── mad_libs_generator.py ├── menu_based_calc.py ├── mergeSort.py ├── networkx-lib.py ├── news_scrapper.py ├── nqueens.py ├── number_pattern.py ├── ohms_law.py ├── palindrome with recursion.py ├── palindrome.py ├── pascalsTraingle.py ├── pokemon.py ├── prime.py ├── python program to swap 1st and last element of a list.py ├── pythonproftpd.py ├── pythonrevshell.py ├── quickSort.py ├── random pass generator.py ├── roman_to_integer.py ├── simplecalculator.py ├── socket_programming.py ├── sorting methods.py ├── sorting_elements_by_frequency.py ├── split_array_program1.py ├── square root.py ├── string_compare.py ├── text2num.py ├── tic_tac_toe.py └── word_counter.py ├── Projects ├── .DS_Store ├── Aditya_Raj_Python_Project │ └── Crop_Prediction_Using_Random_Forest.ipynb ├── Applying Reinforcement Learning to train an agent to play the gym dino game │ ├── RL_dino │ │ ├── README.md │ │ ├── __pycache__ │ │ │ └── main.cpython-38.pyc │ │ ├── ai_run.py │ │ ├── highway_run.py │ │ ├── main.py │ │ ├── requirements.py │ │ ├── test.py │ │ ├── training_ckpt │ │ │ ├── checkpoint │ │ │ ├── cp.ckpt.data-00000-of-00001 │ │ │ └── cp.ckpt.index │ │ └── vidw_model.h5 │ └── gym-dino-game │ │ ├── README.md │ │ ├── gym_dino │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ └── __init__.cpython-38.pyc │ │ ├── envs │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-37.pyc │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── enviroment_gym.cpython-37.pyc │ │ │ │ └── enviroment_gym.cpython-38.pyc │ │ │ └── enviroment_gym.py │ │ ├── game │ │ │ ├── DINO_game.py │ │ │ ├── __init__.py │ │ │ └── __pycache__ │ │ │ │ ├── DINO_game.cpython-37.pyc │ │ │ │ ├── DINO_game.cpython-38.pyc │ │ │ │ ├── __init__.cpython-37.pyc │ │ │ │ └── __init__.cpython-38.pyc │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ └── chromedriver_installer.cpython-38.pyc │ │ │ └── chromedriver_installer.py │ │ ├── gym_dino_game.egg-info │ │ ├── PKG-INFO │ │ ├── SOURCES.txt │ │ ├── dependency_links.txt │ │ ├── requires.txt │ │ └── top_level.txt │ │ └── setup.py ├── ChatRoom │ ├── client2.py │ ├── hehe.md │ ├── new.md │ └── server2.py ├── Color_Game.py ├── Control Mouse │ └── Mouse_Control.py ├── Cricket Game │ ├── README.md │ └── hand_cricket.py ├── Desktop_Assistant.py ├── Download progress bar.py ├── Echo Chatbot.py ├── FaceRecognition.ipynb ├── Face_Detection │ ├── face_detect_cam.py │ ├── haar_face.xml │ └── readme.md ├── Guess_game │ └── GuessGame.py ├── Hotelms.py ├── Inventory_Management_System │ ├── WARDROBE IMS USING JSON - ADDING NEW ITEMS.ipynb │ ├── WARDROBE IMS USING JSON - CREATING SALES.JSON FILE.ipynb │ ├── WARDROBE IMS USING JSON - PURCHASING AND PRODUCING THE BILL.ipynb │ ├── record.json │ └── sales.json ├── Language Translator │ ├── Language_Translator.py │ ├── Readme.md │ ├── clicking.png │ ├── logout.png │ └── translater.ico ├── Ludo │ ├── ludo │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── cli.cpython-37.pyc │ │ │ ├── game.cpython-37.pyc │ │ │ ├── painter.cpython-37.pyc │ │ │ └── recorder.cpython-37.pyc │ │ ├── cli.py │ │ ├── game.py │ │ ├── painter.py │ │ └── recorder.py │ ├── readme.md │ └── run.py ├── MailingGotEasy │ ├── .gitignore │ ├── db.sqlite3 │ ├── mailing │ │ ├── __init__.py │ │ ├── admin.py │ │ ├── apps.py │ │ ├── migrations │ │ │ └── __init__.py │ │ ├── models.py │ │ ├── static │ │ │ └── mailing │ │ │ │ └── favicon.ico │ │ ├── templates │ │ │ └── mailing │ │ │ │ ├── continued.html │ │ │ │ ├── home.html │ │ │ │ ├── pdf0.html │ │ │ │ ├── pdf1.html │ │ │ │ ├── pdf2.html │ │ │ │ ├── pdfv0.html │ │ │ │ ├── pdfv1.html │ │ │ │ └── pdfv2.html │ │ ├── tests.py │ │ └── views.py │ ├── manage.py │ ├── media │ │ └── temporary.html │ ├── requirements.txt │ └── sending_mails │ │ ├── __init__.py │ │ ├── asgi.py │ │ ├── settings.py │ │ ├── urls.py │ │ └── wsgi.py ├── Ml Analysis and Data │ └── Prediction Model.ipynb ├── Neuron │ ├── Main.py │ ├── README.md │ ├── TrainedNeuron.py │ └── requirements.txt ├── NewSnakeGame ├── Pong-master │ ├── Pong │ │ ├── Pong.py │ │ └── sound │ │ │ ├── 258020__kodack__arcade-bleep-sound.wav │ │ │ ├── 4skwn-reh0j.wav │ │ │ └── game-over-sound-effect.wav │ └── README.md ├── Quiz Game │ └── data.py ├── SGA │ ├── Entity.py │ ├── Main.py │ └── README.md ├── Stone_Paper_Scissor.py ├── Summer_Olympics_Data_Analysis │ ├── Summer Olympics Data Analysis.ipynb │ └── Summer Olympics DataSet.csv ├── Text_to_Handwritten_Text.py ├── TikTakToe.py ├── Traffic sign classification │ ├── gui.py │ ├── traffic_classifier.h5 │ └── traffic_sign.py ├── Ultimate_PDF_Maker │ ├── Readme.md │ └── The_ultimate_pdf_maker.py ├── Web scraping │ ├── Amazon_reviews.csv │ └── Amazon_reviews.ipynb ├── Youtube audio downloader ├── Yts Discord Bot │ ├── Procfile │ ├── commands.txt │ ├── requirements.txt │ └── yts.py ├── acronym_generator.py ├── astronauts.py ├── banking.py ├── bmi.py ├── haarcascade_frontalface_default.xml ├── image_2_sketch.py.py ├── password generator.py ├── plagiarism_checker.py ├── python turtle graphics.py ├── qr_code_generator │ ├── .gitignore │ ├── qr_generator.py │ └── requirements.txt ├── rock_paper_scissors.py ├── tic_tac_toe.py ├── tkinter-calculator │ ├── Output │ │ ├── ErrorHandling-1.png │ │ ├── ErrorHandling-2.png │ │ ├── calculator_output.mp4 │ │ ├── output-1 (1).png │ │ └── output-1 (2).png │ └── main.py └── word_guessing_game.py ├── Readme.md ├── simple_pygame.py └── simplegrade.py /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Contributing.md -------------------------------------------------------------------------------- /Program/0-1 Knapsack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/0-1 Knapsack.py -------------------------------------------------------------------------------- /Program/21 Number game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/21 Number game.py -------------------------------------------------------------------------------- /Program/BFS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/BFS -------------------------------------------------------------------------------- /Program/Binary Search of ordered list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Binary Search of ordered list.py -------------------------------------------------------------------------------- /Program/Binary_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Binary_search.py -------------------------------------------------------------------------------- /Program/Complex_Num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Complex_Num.py -------------------------------------------------------------------------------- /Program/Converter_Binary_to_Hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Converter_Binary_to_Hex.py -------------------------------------------------------------------------------- /Program/Coronavirus_python_turtle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Coronavirus_python_turtle.py -------------------------------------------------------------------------------- /Program/DFS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/DFS.py -------------------------------------------------------------------------------- /Program/Djikstras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Djikstras.py -------------------------------------------------------------------------------- /Program/Execute_Code_in_String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Execute_Code_in_String.py -------------------------------------------------------------------------------- /Program/Fibonacci_Numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Fibonacci_Numbers.py -------------------------------------------------------------------------------- /Program/Fibonacci_in_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Fibonacci_in_python.py -------------------------------------------------------------------------------- /Program/Find_URL_from_String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Find_URL_from_String.py -------------------------------------------------------------------------------- /Program/Horspool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Horspool -------------------------------------------------------------------------------- /Program/Implementation_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Implementation_graph.py -------------------------------------------------------------------------------- /Program/Jump Game Leetcode Problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Jump Game Leetcode Problem.py -------------------------------------------------------------------------------- /Program/K_largestPairs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/K_largestPairs -------------------------------------------------------------------------------- /Program/Linear search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Linear search.py -------------------------------------------------------------------------------- /Program/List_product.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/List_product.py -------------------------------------------------------------------------------- /Program/Maximum subset XOR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Maximum subset XOR.py -------------------------------------------------------------------------------- /Program/MergeSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/MergeSort.py -------------------------------------------------------------------------------- /Program/ModularExp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/ModularExp.py -------------------------------------------------------------------------------- /Program/NUMBER GUESS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/NUMBER GUESS.py -------------------------------------------------------------------------------- /Program/N_largest_element_in_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/N_largest_element_in_list.py -------------------------------------------------------------------------------- /Program/Palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Palindrome.py -------------------------------------------------------------------------------- /Program/Power_of_a_number_in_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Power_of_a_number_in_python.py -------------------------------------------------------------------------------- /Program/Powerset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Powerset -------------------------------------------------------------------------------- /Program/QuizGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/QuizGame.py -------------------------------------------------------------------------------- /Program/Rohan/Binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Rohan/Binary.py -------------------------------------------------------------------------------- /Program/Rotate_a_String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Rotate_a_String.py -------------------------------------------------------------------------------- /Program/Small_Positive_Number_Divisble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Small_Positive_Number_Divisble.py -------------------------------------------------------------------------------- /Program/String_can_become_Empty_or_not.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/String_can_become_Empty_or_not.py -------------------------------------------------------------------------------- /Program/Swayam/Largest_N_Elements_Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Swayam/Largest_N_Elements_Array.py -------------------------------------------------------------------------------- /Program/Swayam/Matrix_diagonal_sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Swayam/Matrix_diagonal_sum.py -------------------------------------------------------------------------------- /Program/Swayam/Reverse_String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Swayam/Reverse_String.py -------------------------------------------------------------------------------- /Program/TowerOfHanoi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/TowerOfHanoi.py -------------------------------------------------------------------------------- /Program/Tribonacci_Numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Tribonacci_Numbers.py -------------------------------------------------------------------------------- /Program/Truck_tour.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Truck_tour.py -------------------------------------------------------------------------------- /Program/Window_Sliding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Window_Sliding.py -------------------------------------------------------------------------------- /Program/Z_algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/Z_algorithm.py -------------------------------------------------------------------------------- /Program/a_star.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/a_star.py -------------------------------------------------------------------------------- /Program/allPathsSourceTarget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/allPathsSourceTarget.py -------------------------------------------------------------------------------- /Program/amstrong_no_between_interval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/amstrong_no_between_interval.py -------------------------------------------------------------------------------- /Program/armstrong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/armstrong.py -------------------------------------------------------------------------------- /Program/arrayToBytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/arrayToBytes -------------------------------------------------------------------------------- /Program/binary to hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/binary to hex.py -------------------------------------------------------------------------------- /Program/blackjack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/blackjack.py -------------------------------------------------------------------------------- /Program/bubble_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/bubble_sort.py -------------------------------------------------------------------------------- /Program/burrows_wheeler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/burrows_wheeler.py -------------------------------------------------------------------------------- /Program/calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/calculator.py -------------------------------------------------------------------------------- /Program/calculatorinpython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/calculatorinpython.py -------------------------------------------------------------------------------- /Program/checkleapyear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/checkleapyear.py -------------------------------------------------------------------------------- /Program/decimal_octal_conv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/decimal_octal_conv.py -------------------------------------------------------------------------------- /Program/factorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/factorial.py -------------------------------------------------------------------------------- /Program/find all factor of a natural number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/find all factor of a natural number.py -------------------------------------------------------------------------------- /Program/guessthenumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/guessthenumber.py -------------------------------------------------------------------------------- /Program/hamming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/hamming.py -------------------------------------------------------------------------------- /Program/hash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/hash.py -------------------------------------------------------------------------------- /Program/hill-2-cipher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/hill-2-cipher.py -------------------------------------------------------------------------------- /Program/insertBtwNodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/insertBtwNodes.py -------------------------------------------------------------------------------- /Program/insertion_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/insertion_sort.py -------------------------------------------------------------------------------- /Program/keylogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/keylogger.py -------------------------------------------------------------------------------- /Program/km_to_miles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/km_to_miles.py -------------------------------------------------------------------------------- /Program/leapyear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/leapyear.py -------------------------------------------------------------------------------- /Program/linkedListRemNode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/linkedListRemNode.py -------------------------------------------------------------------------------- /Program/linkedlistCreation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/linkedlistCreation.py -------------------------------------------------------------------------------- /Program/linkedlistTraversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/linkedlistTraversal.py -------------------------------------------------------------------------------- /Program/mad_libs_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/mad_libs_generator.py -------------------------------------------------------------------------------- /Program/menu_based_calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/menu_based_calc.py -------------------------------------------------------------------------------- /Program/mergeSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/mergeSort.py -------------------------------------------------------------------------------- /Program/networkx-lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/networkx-lib.py -------------------------------------------------------------------------------- /Program/news_scrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/news_scrapper.py -------------------------------------------------------------------------------- /Program/nqueens.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/nqueens.py -------------------------------------------------------------------------------- /Program/number_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/number_pattern.py -------------------------------------------------------------------------------- /Program/ohms_law.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/ohms_law.py -------------------------------------------------------------------------------- /Program/palindrome with recursion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/palindrome with recursion.py -------------------------------------------------------------------------------- /Program/palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/palindrome.py -------------------------------------------------------------------------------- /Program/pascalsTraingle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/pascalsTraingle.py -------------------------------------------------------------------------------- /Program/pokemon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/pokemon.py -------------------------------------------------------------------------------- /Program/prime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/prime.py -------------------------------------------------------------------------------- /Program/python program to swap 1st and last element of a list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/python program to swap 1st and last element of a list.py -------------------------------------------------------------------------------- /Program/pythonproftpd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/pythonproftpd.py -------------------------------------------------------------------------------- /Program/pythonrevshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/pythonrevshell.py -------------------------------------------------------------------------------- /Program/quickSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/quickSort.py -------------------------------------------------------------------------------- /Program/random pass generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/random pass generator.py -------------------------------------------------------------------------------- /Program/roman_to_integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/roman_to_integer.py -------------------------------------------------------------------------------- /Program/simplecalculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/simplecalculator.py -------------------------------------------------------------------------------- /Program/socket_programming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/socket_programming.py -------------------------------------------------------------------------------- /Program/sorting methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/sorting methods.py -------------------------------------------------------------------------------- /Program/sorting_elements_by_frequency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/sorting_elements_by_frequency.py -------------------------------------------------------------------------------- /Program/split_array_program1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/split_array_program1.py -------------------------------------------------------------------------------- /Program/square root.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/square root.py -------------------------------------------------------------------------------- /Program/string_compare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/string_compare.py -------------------------------------------------------------------------------- /Program/text2num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/text2num.py -------------------------------------------------------------------------------- /Program/tic_tac_toe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/tic_tac_toe.py -------------------------------------------------------------------------------- /Program/word_counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Program/word_counter.py -------------------------------------------------------------------------------- /Projects/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/.DS_Store -------------------------------------------------------------------------------- /Projects/Aditya_Raj_Python_Project/Crop_Prediction_Using_Random_Forest.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Aditya_Raj_Python_Project/Crop_Prediction_Using_Random_Forest.ipynb -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/README.md -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/__pycache__/main.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/__pycache__/main.cpython-38.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/ai_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/ai_run.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/highway_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/highway_run.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/main.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/requirements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/requirements.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/test.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/training_ckpt/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/training_ckpt/checkpoint -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/training_ckpt/cp.ckpt.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/training_ckpt/cp.ckpt.data-00000-of-00001 -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/training_ckpt/cp.ckpt.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/training_ckpt/cp.ckpt.index -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/vidw_model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/RL_dino/vidw_model.h5 -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/README.md -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/__init__.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__init__.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__pycache__/enviroment_gym.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__pycache__/enviroment_gym.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__pycache__/enviroment_gym.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/__pycache__/enviroment_gym.cpython-38.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/enviroment_gym.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/envs/enviroment_gym.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/DINO_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/DINO_game.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__init__.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__pycache__/DINO_game.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__pycache__/DINO_game.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__pycache__/DINO_game.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__pycache__/DINO_game.cpython-38.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/game/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/utils/__init__.py: -------------------------------------------------------------------------------- 1 | __all__=["chromedriver_installer"] -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/utils/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/utils/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/utils/__pycache__/chromedriver_installer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/utils/__pycache__/chromedriver_installer.cpython-38.pyc -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/utils/chromedriver_installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino/utils/chromedriver_installer.py -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino_game.egg-info/PKG-INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino_game.egg-info/PKG-INFO -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino_game.egg-info/SOURCES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino_game.egg-info/SOURCES.txt -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino_game.egg-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino_game.egg-info/requires.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino_game.egg-info/requires.txt -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/gym_dino_game.egg-info/top_level.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Applying Reinforcement Learning to train an agent to play the gym dino game/gym-dino-game/setup.py -------------------------------------------------------------------------------- /Projects/ChatRoom/client2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/ChatRoom/client2.py -------------------------------------------------------------------------------- /Projects/ChatRoom/hehe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/ChatRoom/hehe.md -------------------------------------------------------------------------------- /Projects/ChatRoom/new.md: -------------------------------------------------------------------------------- 1 | i m nitish -------------------------------------------------------------------------------- /Projects/ChatRoom/server2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/ChatRoom/server2.py -------------------------------------------------------------------------------- /Projects/Color_Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Color_Game.py -------------------------------------------------------------------------------- /Projects/Control Mouse/Mouse_Control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Control Mouse/Mouse_Control.py -------------------------------------------------------------------------------- /Projects/Cricket Game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Cricket Game/README.md -------------------------------------------------------------------------------- /Projects/Cricket Game/hand_cricket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Cricket Game/hand_cricket.py -------------------------------------------------------------------------------- /Projects/Desktop_Assistant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Desktop_Assistant.py -------------------------------------------------------------------------------- /Projects/Download progress bar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Download progress bar.py -------------------------------------------------------------------------------- /Projects/Echo Chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Echo Chatbot.py -------------------------------------------------------------------------------- /Projects/FaceRecognition.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/FaceRecognition.ipynb -------------------------------------------------------------------------------- /Projects/Face_Detection/face_detect_cam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Face_Detection/face_detect_cam.py -------------------------------------------------------------------------------- /Projects/Face_Detection/haar_face.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Face_Detection/haar_face.xml -------------------------------------------------------------------------------- /Projects/Face_Detection/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Face_Detection/readme.md -------------------------------------------------------------------------------- /Projects/Guess_game/GuessGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Guess_game/GuessGame.py -------------------------------------------------------------------------------- /Projects/Hotelms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Hotelms.py -------------------------------------------------------------------------------- /Projects/Inventory_Management_System/WARDROBE IMS USING JSON - ADDING NEW ITEMS.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Inventory_Management_System/WARDROBE IMS USING JSON - ADDING NEW ITEMS.ipynb -------------------------------------------------------------------------------- /Projects/Inventory_Management_System/WARDROBE IMS USING JSON - CREATING SALES.JSON FILE.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Inventory_Management_System/WARDROBE IMS USING JSON - CREATING SALES.JSON FILE.ipynb -------------------------------------------------------------------------------- /Projects/Inventory_Management_System/WARDROBE IMS USING JSON - PURCHASING AND PRODUCING THE BILL.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Inventory_Management_System/WARDROBE IMS USING JSON - PURCHASING AND PRODUCING THE BILL.ipynb -------------------------------------------------------------------------------- /Projects/Inventory_Management_System/record.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Inventory_Management_System/record.json -------------------------------------------------------------------------------- /Projects/Inventory_Management_System/sales.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Inventory_Management_System/sales.json -------------------------------------------------------------------------------- /Projects/Language Translator/Language_Translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Language Translator/Language_Translator.py -------------------------------------------------------------------------------- /Projects/Language Translator/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Language Translator/Readme.md -------------------------------------------------------------------------------- /Projects/Language Translator/clicking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Language Translator/clicking.png -------------------------------------------------------------------------------- /Projects/Language Translator/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Language Translator/logout.png -------------------------------------------------------------------------------- /Projects/Language Translator/translater.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Language Translator/translater.ico -------------------------------------------------------------------------------- /Projects/Ludo/ludo/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Projects/Ludo/ludo/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/ludo/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Ludo/ludo/__pycache__/cli.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/ludo/__pycache__/cli.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Ludo/ludo/__pycache__/game.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/ludo/__pycache__/game.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Ludo/ludo/__pycache__/painter.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/ludo/__pycache__/painter.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Ludo/ludo/__pycache__/recorder.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/ludo/__pycache__/recorder.cpython-37.pyc -------------------------------------------------------------------------------- /Projects/Ludo/ludo/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/ludo/cli.py -------------------------------------------------------------------------------- /Projects/Ludo/ludo/game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/ludo/game.py -------------------------------------------------------------------------------- /Projects/Ludo/ludo/painter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/ludo/painter.py -------------------------------------------------------------------------------- /Projects/Ludo/ludo/recorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/ludo/recorder.py -------------------------------------------------------------------------------- /Projects/Ludo/readme.md: -------------------------------------------------------------------------------- 1 | Simple Dark theme Ludo game. 2 | -------------------------------------------------------------------------------- /Projects/Ludo/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ludo/run.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/.gitignore -------------------------------------------------------------------------------- /Projects/MailingGotEasy/db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/db.sqlite3 -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/admin.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/apps.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/models.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/static/mailing/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/static/mailing/favicon.ico -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/templates/mailing/continued.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/templates/mailing/continued.html -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/templates/mailing/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/templates/mailing/home.html -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/templates/mailing/pdf0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/templates/mailing/pdf0.html -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/templates/mailing/pdf1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/templates/mailing/pdf1.html -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/templates/mailing/pdf2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/templates/mailing/pdf2.html -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/templates/mailing/pdfv0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/templates/mailing/pdfv0.html -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/templates/mailing/pdfv1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/templates/mailing/pdfv1.html -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/templates/mailing/pdfv2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/templates/mailing/pdfv2.html -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/tests.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/mailing/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/mailing/views.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/manage.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/media/temporary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/media/temporary.html -------------------------------------------------------------------------------- /Projects/MailingGotEasy/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/requirements.txt -------------------------------------------------------------------------------- /Projects/MailingGotEasy/sending_mails/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Projects/MailingGotEasy/sending_mails/asgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/sending_mails/asgi.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/sending_mails/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/sending_mails/settings.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/sending_mails/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/sending_mails/urls.py -------------------------------------------------------------------------------- /Projects/MailingGotEasy/sending_mails/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/MailingGotEasy/sending_mails/wsgi.py -------------------------------------------------------------------------------- /Projects/Ml Analysis and Data/Prediction Model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ml Analysis and Data/Prediction Model.ipynb -------------------------------------------------------------------------------- /Projects/Neuron/Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Neuron/Main.py -------------------------------------------------------------------------------- /Projects/Neuron/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Neuron/README.md -------------------------------------------------------------------------------- /Projects/Neuron/TrainedNeuron.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Neuron/TrainedNeuron.py -------------------------------------------------------------------------------- /Projects/Neuron/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Neuron/requirements.txt -------------------------------------------------------------------------------- /Projects/NewSnakeGame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/NewSnakeGame -------------------------------------------------------------------------------- /Projects/Pong-master/Pong/Pong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Pong-master/Pong/Pong.py -------------------------------------------------------------------------------- /Projects/Pong-master/Pong/sound/258020__kodack__arcade-bleep-sound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Pong-master/Pong/sound/258020__kodack__arcade-bleep-sound.wav -------------------------------------------------------------------------------- /Projects/Pong-master/Pong/sound/4skwn-reh0j.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Pong-master/Pong/sound/4skwn-reh0j.wav -------------------------------------------------------------------------------- /Projects/Pong-master/Pong/sound/game-over-sound-effect.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Pong-master/Pong/sound/game-over-sound-effect.wav -------------------------------------------------------------------------------- /Projects/Pong-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Pong-master/README.md -------------------------------------------------------------------------------- /Projects/Quiz Game/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Quiz Game/data.py -------------------------------------------------------------------------------- /Projects/SGA/Entity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/SGA/Entity.py -------------------------------------------------------------------------------- /Projects/SGA/Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/SGA/Main.py -------------------------------------------------------------------------------- /Projects/SGA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/SGA/README.md -------------------------------------------------------------------------------- /Projects/Stone_Paper_Scissor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Stone_Paper_Scissor.py -------------------------------------------------------------------------------- /Projects/Summer_Olympics_Data_Analysis/Summer Olympics Data Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Summer_Olympics_Data_Analysis/Summer Olympics Data Analysis.ipynb -------------------------------------------------------------------------------- /Projects/Summer_Olympics_Data_Analysis/Summer Olympics DataSet.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Summer_Olympics_Data_Analysis/Summer Olympics DataSet.csv -------------------------------------------------------------------------------- /Projects/Text_to_Handwritten_Text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Text_to_Handwritten_Text.py -------------------------------------------------------------------------------- /Projects/TikTakToe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/TikTakToe.py -------------------------------------------------------------------------------- /Projects/Traffic sign classification/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Traffic sign classification/gui.py -------------------------------------------------------------------------------- /Projects/Traffic sign classification/traffic_classifier.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Traffic sign classification/traffic_classifier.h5 -------------------------------------------------------------------------------- /Projects/Traffic sign classification/traffic_sign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Traffic sign classification/traffic_sign.py -------------------------------------------------------------------------------- /Projects/Ultimate_PDF_Maker/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ultimate_PDF_Maker/Readme.md -------------------------------------------------------------------------------- /Projects/Ultimate_PDF_Maker/The_ultimate_pdf_maker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Ultimate_PDF_Maker/The_ultimate_pdf_maker.py -------------------------------------------------------------------------------- /Projects/Web scraping/Amazon_reviews.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Web scraping/Amazon_reviews.csv -------------------------------------------------------------------------------- /Projects/Web scraping/Amazon_reviews.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Web scraping/Amazon_reviews.ipynb -------------------------------------------------------------------------------- /Projects/Youtube audio downloader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Youtube audio downloader -------------------------------------------------------------------------------- /Projects/Yts Discord Bot/Procfile: -------------------------------------------------------------------------------- 1 | worker: python yts.py 2 | -------------------------------------------------------------------------------- /Projects/Yts Discord Bot/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Yts Discord Bot/commands.txt -------------------------------------------------------------------------------- /Projects/Yts Discord Bot/requirements.txt: -------------------------------------------------------------------------------- 1 | discord.py==1.7.1 2 | requests==2.25.0 -------------------------------------------------------------------------------- /Projects/Yts Discord Bot/yts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/Yts Discord Bot/yts.py -------------------------------------------------------------------------------- /Projects/acronym_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/acronym_generator.py -------------------------------------------------------------------------------- /Projects/astronauts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/astronauts.py -------------------------------------------------------------------------------- /Projects/banking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/banking.py -------------------------------------------------------------------------------- /Projects/bmi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/bmi.py -------------------------------------------------------------------------------- /Projects/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Projects/image_2_sketch.py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/image_2_sketch.py.py -------------------------------------------------------------------------------- /Projects/password generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/password generator.py -------------------------------------------------------------------------------- /Projects/plagiarism_checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/plagiarism_checker.py -------------------------------------------------------------------------------- /Projects/python turtle graphics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/python turtle graphics.py -------------------------------------------------------------------------------- /Projects/qr_code_generator/.gitignore: -------------------------------------------------------------------------------- 1 | venv 2 | -------------------------------------------------------------------------------- /Projects/qr_code_generator/qr_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/qr_code_generator/qr_generator.py -------------------------------------------------------------------------------- /Projects/qr_code_generator/requirements.txt: -------------------------------------------------------------------------------- 1 | PyQRCode==1.2.1 2 | -------------------------------------------------------------------------------- /Projects/rock_paper_scissors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/rock_paper_scissors.py -------------------------------------------------------------------------------- /Projects/tic_tac_toe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/tic_tac_toe.py -------------------------------------------------------------------------------- /Projects/tkinter-calculator/Output/ErrorHandling-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/tkinter-calculator/Output/ErrorHandling-1.png -------------------------------------------------------------------------------- /Projects/tkinter-calculator/Output/ErrorHandling-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/tkinter-calculator/Output/ErrorHandling-2.png -------------------------------------------------------------------------------- /Projects/tkinter-calculator/Output/calculator_output.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/tkinter-calculator/Output/calculator_output.mp4 -------------------------------------------------------------------------------- /Projects/tkinter-calculator/Output/output-1 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/tkinter-calculator/Output/output-1 (1).png -------------------------------------------------------------------------------- /Projects/tkinter-calculator/Output/output-1 (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/tkinter-calculator/Output/output-1 (2).png -------------------------------------------------------------------------------- /Projects/tkinter-calculator/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/tkinter-calculator/main.py -------------------------------------------------------------------------------- /Projects/word_guessing_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Projects/word_guessing_game.py -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/Readme.md -------------------------------------------------------------------------------- /simple_pygame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/simple_pygame.py -------------------------------------------------------------------------------- /simplegrade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sattwik21/Python-Practice/HEAD/simplegrade.py --------------------------------------------------------------------------------