Todo1
Commandline todo application for internship assignment.
Requirements
This project requires Python 3.7.2 or newer run-time.
Install
$ cd $home
$ git clone https://github.com/FatmanurEraslan/Todo1.git
$ cd Todo1
$ python 3 setup.py install
or
$ pip install FNEtodo
License
This project is licensed under MIT
Usage
$ todo add 'Buy a ticket'
Buy a ticket is added .
0001 : Buy a ticket
$ todo add 'Clean the house'
Clean the house is added .
0001 : Buy a ticket 0002 : Clean the house
$ todo complete 1
Buy a ticket is completed!
0001 : Clean the house
$ todo list
0001 : Clean the house
$ todo completed
0001 : Buy a ticket
$ todo add 'Visit grandpa' 'Go to shopping mall'
Visit grandpa is added .
Go to shopping mall is added .
0001 : Clean the house 0002 : Visit grandpa 0003 : Go to shopping mall
Contributer(s)
- Fatmanur Eraslan - Creator, maintainer
- Uğur "vigo" Özyılmazel - Mentor
Contribute
All PR’s are welcome!
fork(https://github.com/FatmanurEraslan/Todo1/fork)- Create your
branch(git checkout -b my-features) commityours (git commit -am 'added killer options')pushyourbranch(git push origin my-features)- Than create a new Pull Request!
Change Log
2019-09-03
- Removed irrelevant files
- Added
.gitignore - Updated
README.md
2019-08-28
- Initial start
Release files for FNE-todo 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| FNE-todo-0.1.1.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| FNE_todo-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.5 kB
Release files / FNE-todo-0.1.1.tar.gz
| Download URL | FNE-todo-0.1.1.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6c47d5d00f215ce9c80d71e705f5caa4f39a601c2323ba187daf3a37ed352e9a
|
|
BLAKE2b-256 checksum How to use checksums |
1c28ebfe82a1238193d469135b26273351e53922bda8c39e180b26c4501c926c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
|
Release files / FNE_todo-0.1.1-py3-none-any.whl
| Download URL | FNE_todo-0.1.1-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4fdf85514be48064298827519da8af1e7381f2edfe13a94e4e769e3b08db8b3d
|
|
BLAKE2b-256 checksum How to use checksums |
66f0ab7ccdf155dc6c691096b88868612da5e15cd11bc8f66dbe8168b68486da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
|