# funingschool **Repository Path**: larryw3i/funingschool ## Basic Information - **Project Name**: funingschool - **Description**: No description available - **Primary Language**: Python - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-07 - **Last Updated**: 2026-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
 _____ _   _ ____   ____ _   _  ___   ___  _     
|  ___| \ | / ___| / ___| | | |/ _ \ / _ \| |    
| |_  |  \| \___ \| |   | |_| | | | | | | | |    
|  _| | |\  |___) | |___|  _  | |_| | |_| | |___ 
|_|   |_| \_|____/ \____|_| |_|\___/ \___/|_____|
    

funingschool

NO Just some simple scripts for warehousing and consuming.


简体中文English

Key Features How To Use Credits Support License

Changelog

![Screenshot](https://raw.githubusercontent.com/larryw3i/funingschool/master/Documentation/images/44e58998-da32-11f0-b726-700894a38a35.png)

Key Features

warehousing and consuming

* Read food spreadsheets automatically. * The simplest and most straightforward `consuming sheets`. * Update sheets (warehousing, consuming, summing, etc) automatically. * Reduce calculation errors. * Effectively eliminate unit prices containing infinite decimals. * Easy to use.

How To Use

Install Python3

on `Debian|Ubuntu`: ```bash sudo apt-get install python3 python3-pip python-is-python3 ``` For `Windows 10` and `Windows 11`, you can install Python3 from https://www.python.org/getit/ . (`fnschool` requires Python 3.12 or later)

Install fnschool and run it

Run the command line application: * `Debian|Ubuntu`: `Ctrl+Alt+T`. * `Windows`: "`Win+R, powershell, Enter`". Enter the following commands:

```bash # You may use the virtual enviroment on `Debian` or `Ubuntu`, the commands: python -m venv --system-site-packages ~/pyvenv; # Create virtual enviroment. . ~/pyvenv/bin/activate; # Use it. # Install or update "fnschool". pip install -U fnschool # Update database. python -m fnschoo1.manage migrate # Start fnschoo1. python -m fnschoo1.manage ```

Credits

This software uses the following open source packages:

Support

Buy me a `coffee`:

![Buy me a "coffee".](https://raw.githubusercontent.com/larryw3i/funingschool/master/Documentation/images/9237879a-f8d5-11ee-8411-23057db0a773.jpeg)

License

GNU LESSER GENERAL PUBLIC LICENSE Version 3