Metadata-Version: 2.1
Name: poetry-mth
Version: 0.1.31
Summary: 
Author: Python Powerhouse
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: openai (>=0.27.2,<0.28.0)
Requires-Dist: pillow (>=9.4.0,<10.0.0)
Requires-Dist: prettytable (>=3.6.0,<4.0.0)
Requires-Dist: prompt-toolkit (>=3.0.38,<4.0.0)
Requires-Dist: pygame (>=2.3.0,<3.0.0)
Description-Content-Type: text/markdown

<h1 align="center">Hi there, we are Python Powerhouse! 
<img src="https://github.com/blackcater/blackcater/raw/main/images/Hi.gif" height="32"/></h1>
<h3 align="center">Team of developers from Ukraine</h3>


<h4>Powerhouse Helper is your personal console assistant that will facilitate your everyday tasks.<br>
This assistant consists of 5 parts:<br>
     &nbsp&nbsp&nbsp&nbsp1. Address Book<br>
      &nbsp&nbsp&nbsp&nbsp2. Note Book<br>
      &nbsp&nbsp&nbsp&nbsp3. Folder Sorter<br>
      &nbsp&nbsp&nbsp&nbsp4. Snake<br>
      &nbsp&nbsp&nbsp&nbsp5. Calculator<br>
  
  ----------------------
  ### How to install?<br>
  #### Go to the console and enter:
  <pre>pip install python-powerhouse-helper==1.0.0</pre>
  ----------------------
  ### How to start the helper? <br>
  Install package, then go to the console and enter:
  <pre>powerhouse-helper</pre>
  ##### You will be presented with a choice of different sections of the assistant, just enter the section you are interested in and you will start working with it
  #### REMARK: sections 'calculator', 'snake' and 'folder sorter' have no commands
  -----------------------
  ### Address Book
  | Command | Description |
| ------- | ----------- |
| add     | add contact |
| search  | search contact using any information |
| edit    | edits recorded contact |
| delete  | deletes existing contact |
|  save   |  save your contact book to the file   |
|  load   | recover contacts from the auto save file  |
| congratulate  |find out who you need to congratulate in the near future|
| show    |  print all contacts that you have |
| exit    |  to back to the main menu |
  
--------------------------
  
  ### Note Book
  | Command | Description |
| ------- | ----------- |
|   add note   |           If you want to add note            |
| change note  |          If you want to change note          |
| delete note  |          If you want to delete note          |
|   add date   |        If you want to add/change date        |
|   add tag    |            If you want to add tag            |
|     done     |        If you want mark note as done         |
|    return    |      If you want mark note as not done       |
|   show all   |        If you want to show all notes         |
|  show date   |  If you want to show notes by date +- days   |
|  find note   |       If you want to find note by text       |
|   find tag   |       If you want to find note by tag        |
| sort by tags | If you want to show all notes sorted by tags

--------------------------
  
 ### Calculator
  An application made using the Tkinter package capable of performing mathematical <br>
  operations such as addition, subtraction, multiplication and division.
  
----------------------------
  
### Folder Sorter
  
  An application that will help you sort files by folders depending on their extension. <br>
  When calling "folder sorter" we need to enter the path to the folder to sort.<br>
  Available Extensions:
   | Extensions | Folder |
| ------- | ----------- |
|   ".png", ".jpeg", ".jpg", ".svg"    |images|
|    ".avi", ".mp4", ".mov", ".mkv"    |video|
|   ".doc", ".docx", ".txt", ".pdf", ".xlsx", ".pptx"    |documents|
|   ".mp3", ".ogg", ".wav", ".amr"   |audio|
| ".zip", ".tar", ".gz"  |archives|

 
---------------------------
### Snake
  An exciting game created using the pygame library. At the beginning, you spawn as a small snake.<br>
  Bonuses are randomly created on the map, after eating which the snake grows. The snake is controlled<br>
  using the arrows on the keyboard. The number of points you have scored is shown in the corner of the screen.
  

