Coder Social home page Coder Social logo

georgegiosue / pyrup Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 8 KB

Evaluates the viability of a software project that uses the RUP methodology, considering the following aspects: Net Present Value, Internal Rate of Return, Benefit/Cost and Capital Return Rate

License: MIT License

Python 100.00%
rup npv benefit-cost iir net-present-value

pyrup's Introduction

Simple python script to evaluate the feasibility of a software project uses the RUP methodology

Table of Contents 📚

Description 📝

Evaluates the viability of a software project that uses the RUP methodology, considering the following aspects:

  • NPV: Net Present Value
  • IRR: Internal Rate of Return
  • B/C: Benefit/Cost
  • TR: Capital Return Rate

Evalua la viabilidad de un proyecto de software que utiliza la metodologia RUP, considerando los siguientes aspectos:

  • VAN: Valor Actual Neto
  • TIR: Tasa Interna de Retorno
  • B/C: Beneficio/Costo
  • TR: Tasa de retorno de capital

Structure 📂

The repository is structured as follows:

───eval_project
    ├───main.py
    ├───README.md
    ├───requirements.txt

Getting Started 🚀

Clone ⬇️

Clone the repository to your local machine

git clone https://github.com/16george/eval_project.git

Requirements 📋

  • Python
  • pip
  • tkinter

Install tkinter (Linux only)

# Debian and Ubuntu based distributions
sudo apt-get install python3-tk
# Red Hat and Fedora based distributions
sudo dnf install python3-tkinter

Environment 🛠️

Create a virtual environment to install dependencies in an isolated environment.

python -m venv venv

Activate the virtual environment

# Windows PowerShell
.\venv\Scripts\activate.ps1
# Linux
source venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Run ▶️

python main.py

Contribution 🤝

Contributions are always welcome. To contribute:

  1. Fork the project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

Troubleshooting 🔧

if python is not recognized as an internal or external command, operable program or batch file. Try installing python3 and python-is-python3

# Debian and Ubuntu based distributions
sudo apt-get install python-is-python3 -y
# Red Hat and Fedora based distributions
sudo dnf install python-is-python3 -y

If you encounter any problems while setting up or running the application, please check the Issues section of this repository to see if your issue has already been addressed. If not, feel free to open a new issue with a description of the problem you're experiencing.

License 📄

MIT License

Copyright (c) 2023 George Giosue

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

pyrup's People

Contributors

georgegiosue avatar

Stargazers

Nícolas Castillo avatar Diego Huamanjulca avatar

Watchers

 avatar

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.