Skip to content

rulanugrh/euporie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Before Running

$ pip install -r requirements.txt
# If not working you can running this command

$ python -m pip install requirements.txt

# or can use this command
$ py -m pip install requirements.txt

Command Line

to showing help command

$ python main.py help
+----------+-----------------------------------------------------------------+
| flag     | description                                                     |
+==========+=================================================================+
| help     | print help command                                              |
+----------+-----------------------------------------------------------------+
| show     | showing about info dataframe or graph [inflation / cpi / graph] |
+----------+-----------------------------------------------------------------+
| generate | generated preparation data or mean data                         |
+----------+-----------------------------------------------------------------+

to print show help command

$ python main.py show help

+-----------------+------------------------------+-------------------------------------------------------------------------------------------+
| flag            | description                  | example usage                                                                             |
+=================+==============================+===========================================================================================+
| inflation       | show about info or dataframe | ex. python main.py show inflation [ info / dataframe ]                                    |
+-----------------+------------------------------+-------------------------------------------------------------------------------------------+
| cpi             | show about info or dataframe | ex. python main.py show cpi [ info / dataframe ]                                          |
+-----------------+------------------------------+-------------------------------------------------------------------------------------------+
| graph inflation | show graph inflation         | ex. python main.py show graph inflation [ 2020 / 2021 / 2022 / 2023 / 2024 / mean / all ] |
+-----------------+------------------------------+-------------------------------------------------------------------------------------------+
| graph cpi       | show graph cpi               | ex. python main.py show graph cpi [ 2020 / 2021 / 2022 / 2023 / 2024 / all ]              |
+-----------------+------------------------------+-------------------------------------------------------------------------------------------+

to print generate help command

$ python main.py generate help

+-----------+--------------------------------------+---------------------------------------------------------------+
| flag      | description                          | example usage                                                 |
+===========+======================================+===============================================================+
| inflation | generated data preparation inflation | ex. python main.py generated inflation [ preparation / mean ] |
+-----------+--------------------------------------+---------------------------------------------------------------+
| cpi       | generated data preparation cpi       | ex. python main.py generated inflation [ preparation ]        |
+-----------+--------------------------------------+---------------------------------------------------------------+

About

Accumulation Data Indonesian Inflation 2020 - 2024

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages