# 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
Key Features • How To Use • Credits • Support • License
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)
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 ```This software uses the following open source packages: