Giter Club home page Giter Club logo

gre-vocab-wallpaper's Introduction

GRE Vocab Wallpaper

A python script that displays 10 random GRE words each day from a long list of words. The words jumble up each minute so that you can unknowingly perfect 10 complex vocabs every day; without even giving in much effort.

alt text

Getting Started

The instructions below will get you a copy of the project up and running on your local machine for development and testing purposes. To get started, clone the repository on a folder that you want.

Prerequisites

The only thing you will need to run the script is Python3

 $ sudo apt-get install python3

Installing

After you get python3 up and running, you need to execute the script on crontab. This ensures that you need not worry about running the script all the time or everytime you open the computer. For that purpose, open your command line terminal and type in the following command:

 $ crontab -e

Then paste in the following command at the end of the file:

 */1 * * * * cd /path/to/the/repo_folder && /path/to/the/repo_folder/make_wallpaper.py

You can google "How to set up a cronjob" if the above method doesn't work in windows.

NOTE: You may have to give permission to run the script as a shell command. For that, you can use:

 $ chmod u+x make_wallpaper.py

Before running the script or letting the cronjob start, you need to set the image "wallpaper.py" as your wallpaper

Contributions

I would appreciate contributions. Feel free to make a PR and improve this version.

Built With

  • Python3 - The programming language used

Authors

Feedback

Feel free to contact for any feedback or information [email protected]

License

This repository in under the MIT License: License

gre-vocab-wallpaper's People

Contributors

asheeshcric avatar

Stargazers

Raunak Kunwar avatar

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.