Skip to content

Instantly share code, notes, and snippets.

View navinfeb15's full-sized avatar
🌟
Focusing

NavinRaja K navinfeb15

🌟
Focusing
View GitHub Profile
# importing libraries or modules
from tkinter import*
# creating window
root = Tk()
root.title("quiz for 10th f1 students".upper())
root.iconbitmap("images/10th f1.ico")
root.resizable(0, 0)
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 21, 2024 08:24
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@mohayonao
mohayonao / morse-code.json
Created July 14, 2014 06:18
morse-code.json
{
"0": "-----",
"1": ".----",
"2": "..---",
"3": "...--",
"4": "....-",
"5": ".....",
"6": "-....",
"7": "--...",
"8": "---..",