Skip to content

Instantly share code, notes, and snippets.

View el-vishal's full-sized avatar

Vishal Sharma el-vishal

View GitHub Profile
@el-vishal
el-vishal / relog.sh
Created July 8, 2019 20:21 — forked from sscarduzio/relog.sh
BtWiFi_with_FON automatic login written as a bash script. I have this running every 10 minutes on my raspberry pi
#!/bin/bash
# CONF
DBG=true
RELOG_UNAME=your@email.com
RELOG_PASSW=xxxxxxxxxxxxxxx
# END CONF
@el-vishal
el-vishal / Loan Repayment Python Application.py
Last active March 8, 2019 05:35
- Equal Repayment method -GUI application using PySimpleGUIElements used:Text boxButtonsScroll barTables
#Solved
# Make two decimal places
# Bug: Application opens twice
#To do
# Add radio buttons
#Center alignment
#More decoration
#Importing GUI library