Metadata-Version: 2.1
Name: craterstats_gui
Version: 1.0.1
Summary: A graphical user interface for improving user experience when computing and generating crater statistics.
Home-page: https://github.com/LWATLINGTON02/CraterStats-Capstone/tree/main
Author: Lunar Pit Patrol
Author-email: EPalmisanoConnect@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flet
Requires-Dist: craterstats

# CraterStats GUI

Northern Arizona University Senior Computer Science Capstone project.  
This project is to create a Graphical User Interface for the current [Craterstats3](https://github.com/ggmichael/craterstats) command line program.

## Installation

Due to the application still being in the alpha stage, the initialization for execution has environment requirements for running the application.<br>
[Windows/Mac](https://github.com/LWATLINGTON02/CraterStats-Capstone/blob/main/User%20Guides/Windows.md) [Linux](https://github.com/LWATLINGTON02/CraterStats-Capstone/blob/main/User%20Guides/Linux.md)

## Getting Started
Upon running the application you should be greeted with the home screen.

![image](https://github.com/user-attachments/assets/4ed48b5e-8ec8-4966-8f36-f16c8f153ff7)

In the toolbar, you can select the "Open" button from the "File" dropdown list. <br>
If you do not have your own plot configuration and data files, you can download samples here:
[Configuration File](https://github.com/LWATLINGTON02/CraterStats-Capstone/blob/main/Alpha/craterstats_config_files/checker.plt)
[Data File](https://github.com/LWATLINGTON02/CraterStats-Capstone/blob/main/Alpha/sample/sample.scc) <br>
***Disclaimer: CraterstatsGUI can only process .scc and .diam files at this stage in development.***

![image](https://github.com/user-attachments/assets/f7a10ca5-b683-4984-8cfd-8e31173a2881)

Select a plot configuration file.
![image](https://github.com/user-attachments/assets/a2d57c49-7c6f-4b94-a9ff-eb0dc209d537)

After uploading a configuration file select the Plot Settings tab
![image](https://github.com/user-attachments/assets/88d970e8-596e-408d-912f-ce9ae22fdc88)

Upon opening the Plot Settings page, upload a source file by selecting "Browse"
![image](https://github.com/user-attachments/assets/ce259393-73bf-4841-adb6-af27b59db951)

Select your source file
![image](https://github.com/user-attachments/assets/0fcbd837-fca0-4538-af53-72370c16d551)

After upload, the application should be displaying your plot configuration
![image](https://github.com/user-attachments/assets/6bd5898d-5fa6-4212-8baf-b4302821c56c)

### Happy Plotting!




## References

[Github](https://github.com/ggmichael/craterstats) of craterstats CLI program created and developed by Greg Michaels.
