aditicsalunkhe / Simplii-Group74-2023

This repository has our copy of Simplii with enhancements to the original copy for Project-3, SE-2023
MIT License
0 stars 3 forks source link

Fixed the NonType issue in Analytics module #14

Closed aditicsalunkhe closed 11 months ago

aditicsalunkhe commented 11 months ago

Fixed the application crash issue when there are no tasks in the system.

aditicsalunkhe commented 11 months ago

Added executable file for our application with the release v.3.0.0. For creating an executable file for any python application, use - pip install pyinstaller pyinstaller application.py

The executable file and the related docs are stored in src -> dist folder. Let me know if you have any questions regarding this.