Metadata-Version: 2.1
Name: itcpr
Version: 1.0.0
Summary: Your tools for ITCPR
Home-page: https://github.com/abdussamiakanda/itcpr-tools
Author: Md. Abdus Sami Akanda
Author-email: abdussamiakanda@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# GRE for Noobs
GRE for Noobs is a python library that helps you with your GRE preparation. It has features such as adding new words in your vocabulary database, trying random vocabulary quizzes, etc.

## Installation
```pip install grefornoobs```

## How to use it?
- Import the library `import itcpr as it`
- Start learning about necessary commands `it.info()`
<!-- - Start recording your progress `gre.hello()`
- GRE basic informations `gre.about()`
- Add new words in your vocabulary file `gre.new()`
- Find meaning of a word `gre.meaning()`
- View all words in a set `gre.set()`
- Flashcard of a set `gre.flash()`
- Try a random vocabulary quiz `gre.exam()`
- See your progress `gre.progress()`
- Updates database from the internet `gre.update()`
- Ask for help `gre.help()` -->

## Contribute
If you have discovered a bug or something else you want to change, feel free to contact the author at `abdussamiakanda@gmail.com`.

## License
&copy; 2021 Md. Abdus Sami Akanda

This repository is licensed under the MIT license. See LICENSE for details.
