Metadata-Version: 2.4
Name: bday-cli
Version: 1.0.1
Summary: An anime-themed CLI system monitor
Author-email: Dragon_Vade <you@email.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rich
Requires-Dist: psutil

# CLI_TOOL1
This is an anime themed CLI tool for Ashwith's Bday !!!!

So what we are making is a CLI tool which is anime based
It has functions like checking CPU/memory status etc

Current Anime Themes:
1)Attack On Titan
2)Demon Slayer
3)Fire Force
4)Vinland Saga

bday_cli/
│
├── main.py
├── config.py
├── modes/
│   ├── professional.py
│   └── anime.py
│
├── core/
│   └── engine.py  
├── themes/
│   ├── base.py
│   ├── aot.py
│   ├── demon.py
│   ├── vinland.py
│
│
├── personal_themes/ 
│   ├── abhay.py
│   ├── anagha.py 
│   ├── archana.py
│   ├── archit.py  
│   ├── arya.py
│   ├── deeksha.py
│   ├── krupa.py
│   ├── lavanya.py    
│
├── modules/
│   ├── cpu.py
│   ├── memory.py
│   ├── disk.py
│   ├── git_status.py
│   └── uptime.py
│
└── utils/
    └── display.py

While adding a new theme
add folder -> copy paste code of an existing theme -> alter the display texts -> change the class name -> import that in cli.py -> add the name in praser and in the theme function
