https://github.com/ducvui2003/school_fee_cal
python for my mom
https://github.com/ducvui2003/school_fee_cal
Last synced: 26 days ago
JSON representation
python for my mom
- Host: GitHub
- URL: https://github.com/ducvui2003/school_fee_cal
- Owner: ducvui2003
- Created: 2025-11-06T15:55:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-14T06:57:35.000Z (7 months ago)
- Last Synced: 2025-12-27T22:19:38.499Z (6 months ago)
- Language: Python
- Size: 77.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Invoke
```cmd
pip install invoke
```
## Show list task
```cmd
invoke --list
```
# Setup Env
## 1. Create venv
```cmd
invoke env
```
## 2. Install deps in `requirements.txt`
```cmd
invoke install
```
# Run app
```cmd
invoke main
```
# Inno Setup
[link](https://jrsoftware.org/isdl.php)