Skip to content

Instantly share code, notes, and snippets.

View rohzzn's full-sized avatar
🪴

Rohan rohzzn

🪴
View GitHub Profile
import pywhatkit
pywhatkit.sendwhatmsg("coutrycode_here{number_here}","message_here",hours,minutes)
@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;
@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 / contact.php
Created April 15, 2022 13:50
php contact me form
<?php
//Config
//SITE GLOBAL CONFIGURATION
$email = "something@something.something"; //<-- Your email
?>
-
@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
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 / mirror.js
Last active November 6, 2022 13:49
import selfcore from "selfcore";
const client = new selfcore();
const gateway = new selfcore.Gateway(
"TOKEN"
);
gateway.on("message", (m) => {
if (m.channel_id === "CHANNEL_ID") {
let content = m.content ? m.content : { embeds: [m.embeds[0]] };
# Block-Steam-Invites
Allows user specific value to block all users under that value.
Able to block only private profiles.
Able to block only VAC or Trading banned accounts.
# Installation:
You will need to install this script using the
Google Chrome: [Tampermonkey extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo).
Firefox: [Greasemonkey addon](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/).
@rohzzn
rohzzn / doremon.py
Created December 3, 2022 13:52
Python Turtle Doremon
from turtle import *
# Doraemon with Python Turtle
def ankur(x, y):
penup()
goto(x, y)
pendown()
@rohzzn
rohzzn / lines
Last active January 21, 2023 01:08
HTML +3.0k/ -0 █████████▊░░░░░░░░░░░ 47.0%
CSS +2.3k/ -10 ███▏░░░░░░░░░░░░░░░░░ 15.3%
Markdown +685/ -74 ███░░░░░░░░░░░░░░░░░░ 14.6%
SVG +248/ -0 ██▍░░░░░░░░░░░░░░░░░░ 11.4%
Python +715/ -2 █▊░░░░░░░░░░░░░░░░░░░ 8.8%
JavaScript +138/ -0 ▌░░░░░░░░░░░░░░░░░░░░ 2.4%
JSON +35/ -7 ░░░░░░░░░░░░░░░░░░░░░ 0.5%
Shell +4/ -0 ░░░░░░░░░░░░░░░░░░░░░ 0.1%