Skip to content

Instantly share code, notes, and snippets.

View rohzzn's full-sized avatar
πŸ€

Rohan rohzzn

πŸ€
View GitHub Profile
from tkinter import *
from tkinter import ttk
from googletrans import Translator , LANGUAGES
root = Tk()
root.geometry('1080x400')
root.resizable(0,0)
root.title("Translator")
root.config(bg = 'ghost white')
@rohzzn
rohzzn / appoinment.py
Created April 28, 2022 09:00
Doctor Appointment tkinter
from doctest import master
from tkinter import *
import sqlite3
from tkinter import messagebox
conn = sqlite3.connect('database.db')
c = conn.cursor()
ids = []
class Application:
def __init__(self, master):
self.master = master
@rohzzn
rohzzn / contact.php
Created April 15, 2022 13:50
php contact me form
<?php
//Config
//SITE GLOBAL CONFIGURATION
$email = "[email protected]"; //<-- Your email
?>
-
Difficulty Solved Accepted Rate
All 234/3596 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘ 78.2%
Easy 119/883 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–‘β–‘ 83.0%
Medium 93/1868 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘ 80.0%
Hard 22/845 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 50.0%
@rohzzn
rohzzn / emailverification.go
Created March 22, 2022 14:37
Email Verifier Tool With Go
package main
import (
"bufio"
"fmt"
"log"
"net"
"os"
"strings"
)
@rohzzn
rohzzn / ImageOperation.java
Created November 15, 2021 02:11
Image Encryption and Decryption using XOR
import javax.swing.JButton;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JTextField;
import java.awt.FlowLayout;
import java.awt.Font;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import pywhatkit
pywhatkit.sendwhatmsg("coutrycode_here{number_here}","message_here",hours,minutes)