Metadata-Version: 2.1
Name: hacker-tracker-reeyagup
Version: 0.0.2
Summary: A desktop application intended to track habits of the user and promote a healthier lifestyle.
Home-page: https://github.com/FastAndFerbious/HackerTracker
Author: Ferbious Ferby Team
Author-email: rgup@ufl.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/FastAndFerbious/HackerTracker/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Example Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

A README file, either in plaintext or markdown (UTF-8) should be included. The README should have, at
a minimum, the following information:
- A description of the project
- Package name for PIP installation
- Run executable command and, if application, initialization command
- Link to the repository for the project (e.g., GitHub) [Note: if private, you must add instructors]
- For mobile projects, a link to the application package (APK)

Packages used: 
    tkinter,
    tkcalendar,
    nltk,
    spacy,
    wordnet,
    spacytextblob,
    pandas,
    mathplotlib

    spacy

    tkcalendar = 1.5
    nltk = 3.3
    spacytextblob = 3.0.1
    pandas = 1.2.5
    mathplotlib = 3.4.2

