Code Monkey home page Code Monkey logo

python-scripts's Issues

Make some inteface tweaks

Hi, I would like to make some interface tweaks on some of the modules to make them user friendly.
Will upload an example commit soon.

I cannot use youtube-bot "SyntaxError: invalid syntax"

This is my fault, i know but i don't know what to do. I just wrote the url and i took the "SyntaxError: invalid syntax" error message. Thanks for the scripts, but unfortunately i couldn't use.

import time
import webbrowser
import os

url = str(input("Enter your video url in ->\"https://www.youtube.com/watch?v=blabla\"<-  : "))
n = input("Enter refresh rate(seconds) : 70")
brow = input("Enter your default browser in ->\"Firefox ESR"<-  : ")
while (1):
    os.system(" killall -9 " + brow)
    time.sleep(int(n))
    webbrowser.open(url)
    print('Successfully Viewd')

Can u help me? What is my fault?

youtube bot not working

When I put the browser 1 of 2 things happen:
if the browser is open it closes it
if the browser is closed it says crome.exe not found

Add New Python Script

Its an open source python project ( Python Script Collection ) Repository so if you have any new python script please consider adding in it to make this project more beautiful.
Thanks.

NOTE:

  • Add new branch for every Pull Request.

Redesign The Repo

Script in the folder is not looking good to me, If you can put them outside of folder here, this would look more fine.

Add Your name in readme.md after contributing😊.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.