Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majdi-akrmi/fuel-management-system
This is a Fuel Management System Project I build it with Tkinter for the GUI and SQLite for the Database and also I build the (.exe) file for Windows Desktop.
https://github.com/majdi-akrmi/fuel-management-system
pyinstaller sqlite3 tkinter tkinter-gui tkinter-python
Last synced: about 2 months ago
JSON representation
This is a Fuel Management System Project I build it with Tkinter for the GUI and SQLite for the Database and also I build the (.exe) file for Windows Desktop.
- Host: GitHub
- URL: https://github.com/majdi-akrmi/fuel-management-system
- Owner: Majdi-Akrmi
- Created: 2024-11-27T09:33:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T10:29:59.000Z (about 2 months ago)
- Last Synced: 2024-11-27T10:30:57.476Z (about 2 months ago)
- Topics: pyinstaller, sqlite3, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fuel Management System
This is a Fuel Management System Project I build it with Tkinter for the GUI and SQLite for the Database and also I build the (.exe) file for Windows Desktop.
## Run Locally
Clone the project
```bash
git clone https://github.com/Majdi-Akrmi/Fuel-Management-System.git
```Go to the project directory
```bash
cd Fuel-Management-System
```Create a virtual environment
```bash
python -m venv .venv
```Activate the virtual environment
```bash
source .venv\Scripts\activate
```Install dependencies
```bash
pip install -r requirements.txt
```Start the project
```bash
python Main.py
```## Logo
![CRSS_Carbu](https://github.com/user-attachments/assets/455697ea-f694-4c31-afb5-f97d1f74d15e)
## Screenshots
![Capture d’écran (22)](https://github.com/user-attachments/assets/e5f2ca38-fe6f-48a6-b2a0-fc5a137e95dc)
![Capture d’écran (21)](https://github.com/user-attachments/assets/3c70a550-7722-4d38-941a-9f8228fb1753)
![Capture d’écran (20)](https://github.com/user-attachments/assets/ce17fb5c-e7b8-44c1-9ca0-46dd92f3414a)
![Capture d’écran (19)](https://github.com/user-attachments/assets/e7ac66d2-57f5-4d06-97e3-fba4b1cdeea4)
![Capture d’écran (18)](https://github.com/user-attachments/assets/68e830b9-e012-4c51-9e78-382dc8b34c3b)
![Capture d’écran (17)](https://github.com/user-attachments/assets/82ec6545-fe7b-4257-bef8-961de6f1d424)
![Capture d’écran (16)](https://github.com/user-attachments/assets/5f94e36a-5d18-44b0-881f-2345408a93c2)