10 simple projects in python programming language.
-
Weather app that takes as an input the location of a city and returns the some small details about the weathear in the inputed city https://github.com/dkarakost/Python_Projects/blob/main/weatherapp.py
-
Email Slicer. https://github.com/dkarakost/Python_Projects/blob/main/email_slicer.py
-
A small program that calculate the power of the train. https://github.com/dkarakost/Python_Projects/commit/a50e9d8129d36bda322f18a43fb9780ae3dbfa9a
-
Tic tac toe game in python programming language https://github.com/dkarakost/Python_Projects/blob/main/tictactoe.py
-
The classic rock scissor paper game developed in python programming language https://github.com/dkarakost/Python_Projects/blob/main/Rock_Scissors_Paper.py