Code Monkey home page Code Monkey logo

pyevap's Introduction

Pyevap

GUI application that speeds up the process of calculating evapotranspiration given the constants and geolocation parameters, then just load the environment data and run the calculations.

Setup

On Linux distros replace python for python3

To get all the needed components run, only requirement is having Python 3 installed

python make.py setup

This should create a virtual environment and install everything in it, unless you use a platform that can't be identified.

Running

python make.py modern

Will use the modern customtkinter library for GUI rendering.

python make.py legacy

Will use the tradition tkinter interface.

Builing

Currently only building for Windows platform

python make.py build

This will build a single .exe file for the app.

python make.py build folder

This will build an .exe file alongside a folder with all the required includes.

Developing

Code quality

This repository uses typing annotations that can be verified via linting with mypy

python make.py lint

pyevap's People

Contributors

lross2k avatar

Watchers

 avatar

pyevap's Issues

No save button for the results

There is no button for saving the results to the desired destination

The procedure shall be a simple cp .cache.csv ${dest} so that's not complicated

Manage the filepick operation and then do an os.system(...)

LRL

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.