A sleek and interactive GUI for generating transport challans in real-time with Excel export functionality.
- β Intuitive graphical user interface (GUI)
- β Real-time data entry and challan generation
- β Export challans directly to Excel files
- β Streamlined workflow for transport and logistics teams
- β 100% Python implementation
git clone https://github.com/hellseye/Transport_challan.git
cd Transport_challan
pip install -r requirements.txt
python main.py
π‘ Make sure you have Python 3.x installed!
- Run the app with
python main.py. - Enter supplier, customer, and other challan details.
- Click "Generate Challan" to export the file as an Excel document.
- π Excel Output: Challans are saved in the
output/folder. - β Customization: Edit templates or settings in the
config/folder if available.
- Q: Can I change the output folder?
A: Yes, you can edit the path inside the configuration file. - Q: Does it work on Windows, Mac, or Linux?
A: Yes! Just ensure Python 3.x is installed.
- Ensure all dependencies are installed using
pip install -r requirements.txt. - If Excel files arenβt generated, check folder permissions or paths.
- If GUI issues occur, ensure your Python environment is set up correctly.
If you'd like to help make this project even better:
- Fork the repository
- Create a feature branch:
git checkout -b feature/AmazingFeature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/AmazingFeature - Open a pull request
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or feedback, open an issue or contact hellseye.
Made with β€οΈ using Python and Tkinter.