Skip to content

Instantly share code, notes, and snippets.

View pythongiant's full-sized avatar
🏠
Working from home

Srihari pythongiant

🏠
Working from home
View GitHub Profile
from kivy.uix.screenmanager import Screen
from kivy.lang import Builder
class ConfrenceScreen(Screen):
Builder.load_string('''
<ConfrenceScreen>:
name:"ConferenceScreen"
Label:
text="PLS WORK"
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>