rockneurotiko / Py-modoro

A project to design an pomodoro application with Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LICENSE:

GNU GPL V3.

__author__: Rock Neurotiko
__version__: 0.3 Beta


-----------------
INSTALATION
----------------


Put every archives in ~/pomodoro/ or anywhere you want.

-----------------
EXECUTION
----------------

#######
ON LINUX:

Open a terminal, and then:

$ cd pomodoro  #(Or the path you puted the file)
$ sudo chmod +x Py-modoro.py  #Gives execution permiss
$ ./Py-modoro.py



You can make a "shortcut" openning a terminal, and writting:

alias pymodoro = "python ~/pomodoro/Py-modoro.py"

When you write pymodoro in a terminal, it will execute the program.

Check out that this is temporal, if you want to have it for ever, google it!
########

--------- 

--------------------
DOC
--------------------
Documentation generated by epydoc.

Open the archive PATH_TO_PYMODORO/html/index.html


Commands to generate the documentation:

Linux:
epydoc --name Py-modoro *

Windows:
C:\Python27\python.exe C:\Python27\Scripts\epydoc.py --name Py-Modoro --docformat javadoc *

About

A project to design an pomodoro application with Python.


Languages

Language:Python 73.0%Language:JavaScript 27.0%