Posts

Showing posts from July, 2021

Good wishes from me....

Source code of theme changer Calculator

Image
 Theme changer Calculator source code If you have no experience with the calculator click here to use that.. Here is some image of the the calculator.. Hope you like this. Here is source code of that .. ###START### <!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">   <meta name="viewport" content="width=device-width, initial-scale=1.0">   <meta http-equiv="X-UA-Compatible" content="ie=edge">   <title>calculator@wing2rah</title> <style type="text/css" media="all">   body{   background:white; } .box{   height: 300px;   width: 90%;   margin: auto; box-shadow: 0 0 65px green inset;   border-radius: 20px;   margin-top: 30px;   background-color: white;       } .ball{   height: 50px;   width: 50px;   border-radius: 50%;   border: 1px solid black;   margin: 15px; } .r{   background-color: red; } .g{   background-color: green; } .b{   background-co

Simple calculator for Android in python

Image
Calculator using  python3 for Android   Calculator look like ...... Hallo guys ... First install" pydroid3" app on your smartphone phone  Install library given  in below source code eg.tkinter , webbrowser , time , simpledialoge and messagebox. 2.Go setting of your pydroid3 >>search for pip option >>select pip option and write package name and press install button for installing package 3.Paste below source code after installing all package and run it... ###### start ##### from tkinter import * from tkinter import messagebox from tkinter import simpledialog import webbrowser import time  def btnclick(number):   global val   val=val + str(number)   data.set(val) def btnclear():   global val   val=" "   data.set(" ") def btnequal():   global val   sub=str(eval(val))   data.set(sub) def haggu():   webbrowser.open("https://wing2rah.blogspot.com/?m=1")   time.sleep(3)   messagebox.showinfo("FROM RAHUL...."," THANK U...hope u