Skip to content

akubima/sicret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SICRET

Simple Carbon Emissions Tracker

This is a very simple program that has the function to calculate and record your carbon emissions based on the type of vehicle and the distance traveled. In addition, this program also provides information on how many trees are needed of a certain type to absorb carbon emissions produced within 24 hours with the hope that this program can increase user awareness of the importance of minimizing the creation of carbon emissions that have a direct impact on global climate change in accordance with the 13th goal of the SDGs: Climate Action.

This program is written in Python and uses CLI as its interface. This program is a final semester group project assignment for the Computer Programming Practicum course.

Requirements:

  • Python ^3.12

How to run:

  1. Install Python ^3.12 if have not. (https://www.python.org/downloads/)
  2. Install PIP only if it is not included in the Python installation (https://pip.pypa.io/en/stable/installation/)
  3. Clone this repository's main branch:
git clone https://github.com/akubima/sicret.git --branch=main
  1. Navigate to cloned repository directory.
  2. Open a terminal emulation program (e.g., Command Prompt, PowerShell, or a shell) from inside the directory.
  3. Install all the requirements listed in requirements.txt:
pip install -r requirements.txt
  1. Run the setup.py script (this is only required once):
python setup.py
  1. Follow the setup instructions accordingly.
  2. After the setup is complete, run the main program by executing:
python app.py

Contributors:

About

Simple Carbon Emissions Tracker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages