Metadata-Version: 2.1
Name: TimesheetExcelEditor
Version: 1.0.1
Summary: An application for modify excel timesheet
Home-page: https://github.com/alaino95/TimesheetExcelEditor
Author: Alessandro Laino
Author-email: alessandrolaino1@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Timesheet Excel Editor

This is an application that allows you to edit excel timesheet.

## Requirements

In order to install wxPython, you need to install the Gtk dependency.
Can do it with this command:

```shell
sudo apt-get install libgtk-3-dev
```
## Installation

You can install the package via PyPI:

```shell
pip install TimesheetExcelEditor 
```


