This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import subprocess | |
| import sys | |
| # ---------------------------------------------------------------------------------------------------------------------| | |
| # INSTALL || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" OR | |
| # REINSTALL || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| # RUN || brew install brightness || brew doctor || brew install blueutil | |
| __all__ = [ | |
| 'set_brightness', 'enable_bluetooth', 'unplug_bluetooth', 'ValueBrightnessError' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import tkinter as tk | |
| import customtkinter as tks | |
| root = tk.Tk() | |
| root.geometry('300x200') | |
| root['bg'] = 'lightblue' | |
| symbols = ['*', '/', '+', '-', '7', '8', '9', '0', '4', '5', '6', 'C', '1', '2', '3', '='] | |
| c = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import tkinter as tk | |
| import customtkinter as tks | |
| root = tk.Tk() | |
| root.geometry('300x200') | |
| root['bg'] = 'lightblue' | |
| symbols = ['*', '/', '+', '-', '7', '8', '9', '0', '4', '5', '6', 'C', '1', '2', '3', '='] | |
| c = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import subprocess | |
| lib = ( | |
| '/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"', | |
| 'brew doctor', | |
| 'brew install blueutil', | |
| 'brew install brightness' | |
| ) | |
| for j in lib: | |
| subprocess.getoutput(j) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from .dependency_connection import * | |
| from .terminal import * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # encoding: utf-8 | |
| import json | |
| import socket | |
| import datetime | |
| import ipaddress | |
| from pyowm import OWM | |
| from tqdm import tqdm | |
| from math import ceil | |
| from tkinter import * | |
| from time import sleep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # encoding: utf-8 | |
| import datetime | |
| from pyowm import OWM | |
| from tqdm import tqdm | |
| from math import ceil | |
| from tkinter import * | |
| from time import sleep | |
| from warnings import * | |
| from requests import get | |
| from pprint import pprint |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # encoding: utf-8 | |
| import time | |
| from tkinter import * | |
| import pyowm | |
| from pyowm.commons import exceptions | |
| tk = Tk('Weather-Meneger') | |
| while True: |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4400;3159;4312;Москва | |
| 4313;3159;4312;Абрамцево | |
| 4314;3159;4312;Алабино | |
| 4315;3159;4312;Апрелевка | |
| 4316;3159;4312;Архангельское | |
| 4317;3159;4312;Ашитково | |
| 7592923;3159;4312;Байконур | |
| 4318;3159;4312;Бакшеево | |
| 4319;3159;4312;Балашиха | |
| 4320;3159;4312;Барыбино |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ { | |
| "name": "Король Лев \n| Львенок Симба бросает вызов дяде-убийце. Величественный саундтрек, рисованная анимация и шекспировский размах", | |
| "genre": ["Мультфильм", "Семейный", "Драма", "+0"], | |
| "year": "1994 +0", | |
| "poster": "images/Король лев.jpg" | |
| }, | |
| { | |
| "name": "Душа \n| Джазмен хочет сбежать с того света на концерт. Фантазия о призвании и важных мелочах жизни от автора «Вверх»", | |
| "genre": ["Семейный", "Мультфильм", "Комедия", "Приключения","+6"], | |
| "year": "2020 +6", |