Giter Site home page Giter Site logo

python-reminder's Introduction

Python Reminder

A simple Python reminder to help you remember your tasks

Getting Started

This project uses Python 3.x, so you will need to have this version installed in your device. To install, go to the Python website and download version 3.

Prerequisites

You will need to install some Python libraries so that everything works correctly. To do this, open the Terminal inside the folder of your project and type the following command:

pip install -r requirements.txt

Running

To run the script on background you can type the following command inside the root folder of the script:

python3 /path/to/file/reminder.py &

Run on startup (on Linux)

To run the script on startup (so that you don't have to run it every time you turn your computer on), you can type the same command that I showed you above inside your /etc/rc.local file:

python3 /path/to/file/reminder.py &

It's done :)

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contributing

  1. Fork it (https://github.com/doougui/python-reminder/fork)
  2. Clone repository (git clone https://github.com/doougui/python-reminder)
  3. Create your feature branch (git checkout -b your_feature_name)
  4. Commit your changes (git commit -am 'Add some changes')
  5. Push to the branch (git push origin your_feature_name)
  6. Create a new Pull Request

The more you help, the better. So feel free to help as much as you want.

python-reminder's People

Contributors

doougui avatar

Stargazers

Vinícius Müller avatar

Watchers

James Cloos avatar  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.