Skip to content

Commit 4d620c8

Browse files
authored
Update README.md
1 parent 1369bdd commit 4d620c8

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
PythonOS è un mini-sistema operativo sviluppato in Python con interfaccia grafica Tkinter.
44

55
[![CI](https://github.com/pythonos-project/pythonos/actions/workflows/ci.yml/badge.svg)](https://github.com/pythonos-project/pythonos/actions/workflows/ci.yml)
6+
![GitHub Repo stars](https://img.shields.io/github/stars/pythonos-project/pythonos)
7+
![GitHub followers](https://img.shields.io/github/followers/pythonos-project)
8+
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
9+
[![Python version](https://img.shields.io/badge/versione-v1.0.0-green)](#requisisti)
10+
[![Python version](https://img.shields.io/badge/python-3.8_|_3.9_|_3.10_|_3.11_|_3.12_|_3.13_|_3.14-blue)](#requisisti)
11+
12+
---
13+
614

715
## Caratteristiche
816

@@ -13,12 +21,16 @@ PythonOS è un mini-sistema operativo sviluppato in Python con interfaccia grafi
1321
- File manager
1422
- Impostazioni di sistema e lockscreen
1523

24+
---
25+
1626
## Requisiti
1727

18-
- Python 3.8+
28+
- Python 3.8+ (Raccomandati 3.9+)
1929
- tkinter (incluso con la maggior parte delle distribuzioni Python)
2030
- pyos-gaps (Si installa automaticamente installando le dispendenze con `pip install -r requirements.txt`)
2131

32+
---
33+
2234
## Installazione ed Esecuzione
2335

2436
1. Clona il repository:
@@ -71,12 +83,16 @@ pip install -r requirements.txt
7183
python main.py
7284
```
7385

86+
---
87+
7488
## Struttura del progetto
7589

7690
- `main.py` - punto di ingresso dell'applicazione
7791
- `pythonos/gui.py` - logica dell'interfaccia grafica
7892
- `pythonos/os.py` - stato e comandi del mini-OS
7993

94+
---
95+
8096
## Note
8197

8298
Questo progetto è pensato come base per un mini-sistema operativo in Python e può essere esteso con nuove applicazioni e funzionalità.

0 commit comments

Comments
 (0)