Skip to content

Instantly share code, notes, and snippets.

View pavanb0's full-sized avatar
๐Ÿ
Focusing

pavan bagwe pavanb0

๐Ÿ
Focusing
  • DesignAccent
  • india
  • 05:22 (UTC -12:00)
View GitHub Profile
@pavanb0
pavanb0 / AdbCommands
Created November 20, 2022 08:38 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@pavanb0
pavanb0 / Dont_Leave_Keyboard_For_Android.py
Last active November 18, 2022 06:56
a simple yet time saving tool for android development
import tempfile
import os
import tkinter as tk
import tkinter.font as tkFont
import re
class App:
def __init__(self, root):
self.count = 0
#setting title
@pavanb0
pavanb0 / python_typing_speed _meter_consol
Last active November 21, 2023 17:48
python_typing_speed _meter_consol.py
#created by pavan 2022
import re
import time
import random
t1="It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout."
t2="There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form,"
t3="All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary,"
t4="encompasses the social behavior and norms found in human societies, as well as the knowledge, beliefs, arts, laws, customs"
t5="India is a country in South Asia whose name comes from the Indus River. The name 'Bharata' is used as a designation for the country in their constitution"
lista=[t1,t2,t3,t4,t5]