GithubHelp home page GithubHelp logo

pyjector's People

Contributors

avasz avatar guragainroshan0 avatar roshangm1 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyjector's Issues

Improvements to the project

Great work, team pyJector. Here are few changes you can make to improve the project.

  • Move the instructions from Insturctions.txt to README.md. That way, it's available directly from the repo.

  • In python, snake_case naming convention is preferred rather than camelCase. So, grab_screen.py instead of grabScreen.py and similarly for other variables.

  • In client.py,

    • this library is imported but not used 'import cv2'
    • Line 13: a = True defined but not used
    • Line 16: pygame.quit() won't work since you've imported pygame as import pygame as py
  • Formatting:

    • Find a PEP8 plugin for text editor you use (e.g. SublimeLinter-pep8 for SublimeText) and apply PEP8 formatting. That way the code will be cleanly formatted.
    • Indentation used is not multiple of 4. It's preferred in python to use 4 spaces for indentation(this can also be fixed by the previous plugin.)
  • Licensing

    • Add a license(e.g. MIT or GPL) you find suitable for the project. If a license is not specified for a project, then by default it's assumed that the project copyright goes to the owners i.e. the source code is not meant to be freely used and distributed. Choose any one license and add a LICENSE.md file to the repo. Use this site to decide which license is suitable.

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.