Posts

Showing posts from November, 2017

How to make graph generator script in python3 and convert that script to GUI using tkinter module

Image
Installing matplot lib module for graph generation: Graph Generator script: Graph Generator GUI: link for tutorial: Graph_generator Download link for sourcecode: Graph_generator_zip

How to make simple countdown timer using python3 and convert it to GUI using tkinter

Image
Countdown timer script: Countdown Timer GUI: link for tutorial: Countdown_timer download link for source code: countdowntimer_zip

How to make simple calculator using python3 and develop that script to GUI using tkinter module

Image
Calculator script:                           Calculator GUI: link for tutorial: Calculator tutorial download link for source code: calculator_zip