Metadata-Version: 2.1
Name: TimesheetExcelEditor
Version: 1.1.2
Summary: An application for modify excel timesheet
Home-page: https://github.com/alaino95/TimesheetExcelEditor
Author: Alessandro Laino
Author-email: alessandrolaino1@gmail.com
License: MIT
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

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
```

Or, for make the process faster, you can install the wxPython wheel for your system yourself from
[this](https://extras.wxpython.org/wxPython4/extras/linux/gtk3/) link.

For example, for Ubuntu 20.04, you can download 
[this](https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.1.1-cp38-cp38-linux_x86_64.whl).

## Installation

You can install the package from [PyPI](https://pypi.org/project/TimesheetExcelEditor/):

```shell
pip install TimesheetExcelEditor 
```
